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
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Explain deep copy?
What is a unnitialised pointer?
Differentiate between an external iterator and an internal iterator?
Can create new c++ operators?
What does std mean in c++?
How much do coding jobs pay?
What is a wchar_t in c++?
Can member data be public?
What are the various oops concepts in c++?
What is the extraction operator and what does it do?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Is map thread safe c++?
How a macro differs from a template?
Write a struct time where integer m, h, s are its members?