How much is size of struct having 1 char & 1 integer?
Answers were Sorted based on User's Feedback
Answer / shraddha
char --> 1 byte & int --> 4 bytes
so total 5 bytes
Is This Answer Correct ? | 2 Yes | 10 No |
How should a contructor handle a failure?
What is a multiset c++?
give me some class & objects examples?
Refer to a name of class or function that is defined within a namespace?
What is a buffer c++?
how to connect with oracle 9i with server in socket program in c/c++
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is size of string in c++?
What is scope in c++ with example?
How do pointers work?
Explain "const" reference arguments in function?
What is the full form of ios?