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 can you specify a class in C++?
What is object in c++ wikipedia?
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
What is the use of setfill in c++?
How much maximum can you allocate in a single call to malloc()?
Where can I run c++ program?
What is #include ctype h in c++?
What is the difference between public, private, protected inheritance?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Evaulate: 22%5 a) 2 b) 4 c) 0
Is c++ still in demand?
Can a program run without main function?