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
Where is atoi defined?
Which operations are permitted on pointers?
What is scope in c++ with example?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is the use of cmath in c++?
How a macro differs from a template?
Write about all the implicit member functions of a class?
What are advantages of using friend classes?
What is the average salary of a c++ programmer?
What does floor mean in c++?
How come you find out if a linked-list is a cycle or not?
Why is c++ not purely object oriented?
What is the use of data hiding?
What is setbase c++?
Difference between overloading vs. Overriding