Answer Posted / aboelella
sizeof is a unary operator
It is used to get the size of datatypes
It can be used with all primitives
Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
What is set in c++?
How can I improve my c++ skills?
What is an adaptor class in c++?
What are the various access specifiers in c++?
What is the use of lambda in c++?
Why do we use vector in c++?
What does n mean in c++?
If all is successful, what should main return a) 0 b) 1 c) void
What is iomanip c++?
What is flush programming?
What is pointer -to-members in C++? Give their syntax?
Is dev c++ free?
What is new in c++?
What does override mean in c++?
How can you link a c program with a c function?