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


Please Help Members By Posting Answers For Below Questions

Is java easier than c++?

771


What would happen on forgetting [], while deallocating an array through new?

831


Is there any difference between int [] a and int a [] in c++?

747


When one must use recursion function? Mention what happens when recursion functions are declared inline?

857


What is capacity in vector in c++?

740


What is vector processing?

893


Explain method of creating object in C++ ?

786


What is pair in c++?

794


What is the array and initializing arrays in c++?

708


What do you mean by late binding?

812


How can an improvement in the quality of software be done by try/catch/throw?

797


What is the need of a destructor?

853


Where is atoi defined?

776


Differentiate between realloc() and free().

757


Explain the difference between c++ and java.

847