sizeof- is it functioning statically or dynamically?

Answers were Sorted based on User's Feedback



sizeof- is it functioning statically or dynamically?..

Answer / 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

sizeof- is it functioning statically or dynamically?..

Answer / 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

More C++ General Interview Questions

List the types of polymorphism in c++?

0 Answers  


What is the best ide for c++?

0 Answers  


Which software is best for c++ programming?

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


Write about the local class and mention its use?

0 Answers  






Can you Mention some Application of C/C++?

0 Answers  


When does a name clash occur in c++?

0 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


How do I exit turbo c++?

0 Answers  


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,


Is string data type in c++?

0 Answers  


What is a driver program?

0 Answers  


Categories