sizeof- is it functioning statically or dynamically?
Answers were Sorted based on User's Feedback
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 |
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 |
List the types of polymorphism in c++?
What is the best ide for c++?
Which software is best for c++ programming?
Can class objects be passed as function arguments?
Write about the local class and mention its use?
Can you Mention some Application of C/C++?
When does a name clash occur in c++?
How compile and run c++ program in turbo c++?
How do I exit turbo c++?
In a class only declaration of the function is there but defintion is not there then what is that function?
Is string data type in c++?
What is a driver program?