sizeof- is it functioning statically or dynamically?
Answer Posted / 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 View All Answers
What are the data types in c++?
What character terminates all character array strings a) b) . c) END
Write about the various sections of the executable image?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain how to initialize a const member data.
Explain the differences between list x; & list x();.
Why is c++ difficult?
Is it possible to provide default values while overloading a binary operator?
Write a C++ Program to check whether a number is prime number or not?
What is data types c++?
What are the differences between new and malloc?
How do I run c++?
Is it possible to get the source code back from binary file?
Define namespace in c++?
What is function declaration in c++ with example?