How much is size of struct having 1 char & 1 integer?
Answer Posted / santosh jain
zero , struct will not have any size in memory untill
object is created.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What is the use of map in c++?
What do you mean by stack unwinding in c++?
Is there structure in c++?
What is pure virtual function? Or what is abstract class?
Can circle be called an ellipse?
What gives the current position of the put pointer?
What is c++ w3school?
What is polymorphism & list its types in c++?
What do you understand by zombie objects in c++?
Explain the register storage classes in c++.
When does a 'this' pointer get created?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Do you know the problem with overriding functions?
Is c++ proprietary?
Distinguish between new and malloc and delete and free().