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


Please Help Members By Posting Answers For Below Questions

What are c++ templates used for?

713


List the advantages of inheritance.

749


Why is main an int?

619


What is c++ try block?

668


Can I create my own functions in c++?

698






How should runtime errors be handled in c++?

714


What c++ is used for?

672


Write a C++ Program to check whether a number is prime number or not?

723


What do you mean by storage classes?

927


What is a responder chain?

653


Where is atoi defined?

656


Explain method of creating object in C++ ?

685


Write about the various sections of the executable image?

651


What is a c++ class?

716


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

707