Answer Posted / naveen
sizeof is a function which return the size of variable or
an object
| Is This Answer Correct ? | 2 Yes | 25 No |
Post New Answer View All Answers
Can we use clrscr in c++?
Explain how functions are classified in C++ ?
Difference between delete and free.
What is a virtual destructor? Explain the use of it?
How many types of classes are there in c++?
How do you save a c++ program?
What is istream and ostream in c++?
Difference between Abstraction and encapsulation in C++?
Is c++ an oop?
Explain container class.
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is flush c++?
What are protected members in c++?
What is a constructor in c++ with example?
What are static variables?