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


Please Help Members By Posting Answers For Below Questions

What will happen if a pointer is deleted twice?

716


Explain how to initialize a const member data.

592


What are the five basic elements of a c++ program?

573


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3423


What is binary search in c++?

560






Why c++ is called oop?

587


What is purpose of new operator?

591


What is virtual function? Explain with an example

581


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

613


What is the best c++ ide?

594


How do I exit turbo c++?

578


How do you establish a has-a relationship?

605


Describe the advantages of operator overloading?

569


What is prototype for that c string function?

684


What is a catch statement?

577