How much is size of struct having 1 char & 1 integer?
Answer Posted / rahul
it is 8 bytes. look for answer on google.
Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What are c++ templates used for?
List the advantages of inheritance.
Why is main an int?
What is c++ try block?
Can I create my own functions in c++?
How should runtime errors be handled in c++?
What c++ is used for?
Write a C++ Program to check whether a number is prime number or not?
What do you mean by storage classes?
What is a responder chain?
Where is atoi defined?
Explain method of creating object in C++ ?
Write about the various sections of the executable image?
What is a c++ class?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that