Answer Posted / naveen
sizeof is a function which return the size of variable or
an object
| Is This Answer Correct ? | 2 Yes | 25 No |
Post New Answer View All Answers
When can I use a forward declaration?
How does a C++ structure differ from a C++ class?
Explain "const" reference arguments in function?
Which is better c++ or java?
What is difference between array and vector in c++?
What is difference between c++ 11 and c++ 14?
What are inline functions? What is the syntax for defining an inline function?
What is input operator in c++?
How delete [] is different from delete?
What does new do in c++?
What is isdigit c++?
What does it mean to declare a member function as static?
What is c++ best used for?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?