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
Why is c++ not purely object oriented?
What does new in c++ do?
Differentiate between a constructor and a method in C++.
Which software is best for c++ programming?
List the advantages of inheritance.
What is algorithm in c++ programming?
What is DlgProc?
How many types of scopes are there in c++?
Write about the stack unwinding?
Is c++ a high level language?
If a header file is included twice by mistake in the program, will it give any error?
What is a namespace in c++?
What is an operator in c++?
What is set in c++?
What is the use of register keyword with the variables?