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
Is java easier than c++?
What would happen on forgetting [], while deallocating an array through new?
Is there any difference between int [] a and int a [] in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is capacity in vector in c++?
What is vector processing?
Explain method of creating object in C++ ?
What is pair in c++?
What is the array and initializing arrays in c++?
What do you mean by late binding?
How can an improvement in the quality of software be done by try/catch/throw?
What is the need of a destructor?
Where is atoi defined?
Differentiate between realloc() and free().
Explain the difference between c++ and java.