How much is size of struct having 1 char & 1 integer?
Answer Posted / amruta
i think its 3 bytes
i am not getting how is it 8 bytes
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Can you Mention some Application of C/C++?
What is an accessor in c++?
Why is c++ considered difficult?
Why do we need templates?
How new/delete differs from malloc()/free?
What is the full name of logo?
Are strings immutable in c++?
What are the differences between malloc() and calloc()?
what are Operators and explain with an example?
What is the size of a vector?
What are stacks? Give an example where they are useful.
What does #define mean in c++?
What do you mean by persistent and non persistent objects?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3