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 |
What is pointer with example?
Is c++ a software?
What is the hardest coding language to learn?
What is the use of pointer in c++ with example?
Which operator can not be overloaded in C++?
What is the use of this pointer in c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are c++ redistributables?
what are the iterator and generic algorithms.
In which memory a class gets stored(in heap /in stack)? And why??
Is it possible to provide special behavior for one instance of a template but not for other instances?