Answer Posted / shabeer
sizeof is a unary operator
it is used to get the size of datatype
it can be used with all primitives
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Why is c++ difficult?
What are the advantages of prototyping?
What is the best c++ compiler?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is the meaning of c++?
Why c++ is better than c language?
What is pure virtual function?
Can we get the value of ios format flags?
What is stoi in c++?
Explain the concept of copy constructor?
Can we change the basic meaning of an operator in c++?
Explain the differences between list x; & list x();.
What is private inheritance?
What is a stack c++?
What is a terminating character in c++?