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 |
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Does c++ support multilevel and multiple inheritances?
What is c++ 11 and c++ 14?
What does it mean to declare a member function as static?
Can notepad ++ run c++?
What is called array?
Which c++ compiler is best?
What is static in c++?
Which function cannot be overloaded c++?
Explain operator overloading.
What are the vectors in c++?
When volatile can be used?