How much is size of struct having 1 char & 1 integer?
Answer Posted / saranya
The character datatype takes "1 Byte" for their memory. the
integer takes "2 Bytes" for their memory
Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is constructor c++?
Difference between overloaded functions and overridden functions
How does atoi function work?
What is ofstream c++?
Is c++ still in demand?
What is the role of copy constructor in copying of thrown objects?
What is the best c++ book for beginners?
What do you mean by ‘void’ return type?
Do you know the problem with overriding functions?
What are the types of container classes?
What do you mean by funtion prototype?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is function overriding in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What is the difference between a declaration and a definition?