How much is size of struct having 1 char & 1 integer?
Answer Posted / shraddha
char --> 1 byte & int --> 4 bytes
so total 5 bytes
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What does catch(…) mean?
What is the first name of c++?
Write some differences between an external iterator and an internal iterator?
What is the latest c++ version?
What is the difference between equal to (==) and assignment operator (=)?
When does the c++ compiler create temporary variables?
Differentiate between an inspector and a mutator ?
What is the advantage of an external iterator.
What is the use of string in c++?
Why Pointers are not used in C++?
Is c++ a high level language?
How can you say that a template is better than a base class?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Why is null pointer used?
What is the function to call to turn an ascii string into a long?