How much is size of struct having 1 char & 1 integer?
Answer Posted / amruta
i think its 3 bytes
i am not getting how is it 8 bytes
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What is endianness?
What happens when you make call 'delete this;'?
What is a Default constructor?
Explain the use of this pointer?
What is the best c c++ compiler for windows?
How do you sort a sort function in c++ to sort in descending order?
What does asterisk mean in c++?
What does flush do?
Differentiate between the manipulator and setf( ) function?
Should I learn c or c++ or c#?
What are the various access specifiers in c++?
Array base access faster or pointer base access is faster?
What are multiple inheritances (virtual inheritance)?
Who was the creator of c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?