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 |
Difference between declaration and definition of a variable.
Are php strings immutable?
Mention the ways in which parameterized can be invoked.
What is a container class?
What is size of string in c++?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is the use of 'using' declaration in c++?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
How the V-Table mechanism works?
What are associate containers?
Distinguish between new and malloc and delete and free().
What is the difference between inline functions and macros?