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
Explain function overloading
Which software is best for coding?
Is c++ an integer?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What are exceptions c++?
How is static data member similar to a global variable?
What is abstract class in c++?
Is java made in c++?
What are the advantages of using friend classes?
What is c++ hiding?
What are structs in c++?
Is c++ a software?
How do you define/declare constants in c++?
What is implicit pointer in c++?
which of the following is not an secondary constant a) array b) real c) union