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 is the difference between #import and #include in c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Explain how we implement exception handling in c++?
When should we use multiple inheritance?
What is c++ vb?
Where are setjmp and longjmp used in c++?
Why c++ is better than c language?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What are signs of manipulation?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is the fastest c++ compiler?
Can we make copy constructor private in c++?
How many ways can a variable be initialized into in C++?
What is the use of this pointer in c++?
Which operations are permitted on pointers?