sizeof- is it functioning statically or dynamically?

Answer Posted / sujay singh

sizeof is generally a compile-time operation, although in
C99 it can be used at run-time to find the size of a
variable length array.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the advantages of operator overloading?

579


How a modifier is similar to mutator?

653


Which format specifier is used for printing a pointer value?

586


What is the use of object in c++?

577


What's the order in which the objects in an array are destructed?

865






What are namespaces in c++?

601


What does count ++ do in c++?

702


C is to C++ as 1 is to a) What the heck b) 2 c) 10

645


Define a nested class. Explain how it can be useful.

643


What is the full form of ios?

561


What are the storage qualifiers?

669


Will the following program execute?

565


Explain some examples of operator overloading?

653


What is virtual table?

633


Is c++ fully object oriented?

557