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 is a loop? What are different types of loops in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are the comments in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Will a catch statement catch a derived exception if it is looking for the base class?
What are friend classes?
Explain shallow copy?
What is c++ good for?
What parameter does the constructor to an ofstream object take?
What is lazy initialization in c++?
Give 10 points of differences between C & C++.
What is code reusability in c++?
Why is c++ still best?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
How are the features of c++ different from c?