How much is size of struct having 1 char & 1 integer?
Answer Posted / poorn singh
the object for the struct will use 3 bytes (1 byte for char and 2 byte for integer) in a sequential manner.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Why do we learn c++?
Is there finally in c++?
Explain the difference between c++ and java.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Which programming language should I learn first?
What is const pointer and const reference?
What is the c++ programming language used for?
What are references in c++? What is a local reference?
How compile and run c++ program in turbo c++?
What is called array?
What return value must conversion operators have in their declaration?
Explain deep copy?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is iostream in c++ used for?