sizeof- is it functioning statically or dynamically?
Answer Posted / saranya
sizeof operator is a runtime operator because it is used to
get the size of the variable during the runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Comment on local and global scope of a variable.
What is isdigit c++?
Is map thread safe c++?
What is the use of setfill in c++?
How a modifier is similar to mutator?
Is eclipse good for c++?
Show the application of a dynamic array with the help of an example.
What are the two shift operators and what are their functions?
Why is c++ still best?
Which operator cannot be overloaded c++?
What is pure virtual function? Or what is abstract class?
Explain dangling pointer.
Which c++ operator cannot overload?
What is copy constructor? Can we make copy constructor private in c++?
What is expression parser in c++