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

Explain what happens when a pointer is deleted twice?

737


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

554


Mention the purpose of istream class?

625


What is time h in c++?

590


What is std :: flush?

581






How would you call C functions from C++ and vice versa?

640


What is the standard template library (stl)?

627


How a new operator differs from the operator new?

626


Which software is best for programming?

665


Is string data type in c++?

589


How does list r; differs from list r();?

695


Can a built-in function be recursive?

588


What is the difference between the functions rand(), random(), srand() and randomize()?

731


Write a struct time where integer m, h, s are its members?

524


If there are two catch statements, one for base and one for derived, which should come first?

580