Home » C++ Programming » Data Types » Question
  1. The size of an object or a type can be determined using which operator?
    1. sizeof
    2. malloc
    3. calloc
    4. malloc
    5. None of these
Correct Option: A

The sizeof operator gives the size of the object or type.



Your comments will be displayed only after manual approval.