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 |
Why we use #include iostream in c++?
How many ways can a variable be initialized into in C++?
When to use Multiple Inheritance?
What is ctime c++?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
What is the most common mistake on c++ and oo projects?
What are friend functions in C++?
Can constructor be static in c++?
What is function overriding?
Differentiate between the message and method?
Why the usage of pointers in C++ is not recommended ?
What sorting algorithm does c++ use?