How much is size of struct having 1 char & 1 integer?

Answers were Sorted based on User's Feedback



How much is size of struct having 1 char & 1 integer?..

Answer / shraddha

char --> 1 byte & int --> 4 bytes
so total 5 bytes

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More C++ General Interview Questions

How should a contructor handle a failure?

0 Answers  


What is a multiset c++?

0 Answers  


give me some class & objects examples?

1 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What is a buffer c++?

0 Answers  


how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


What is size of string in c++?

0 Answers  


What is scope in c++ with example?

0 Answers  


How do pointers work?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


What is the full form of ios?

0 Answers  


Categories