sizeof - is it a function or operator?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / chandrakant rohi
sizeof is a operator it size of variable
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / naveen
sizeof is a function which return the size of variable or
an object
| Is This Answer Correct ? | 2 Yes | 25 No |
How the V-Table mechanism works?
What is else if syntax?
What is virtual constructor paradigm?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
Is dev c++ a good compiler?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
what is a reference variable in C++?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is a built-in function?
What is c++ code?
Write a program to concatenate two strings.
What is data binding in c++?