Why isn't sizeof for a struct equal to the sum of sizeof of each member?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

List the issue that the auto_ptr object handles?

0 Answers  


What is functions syntax in c++?

0 Answers  


Explain method of creating object in C++ ?

0 Answers   Wipro,


What is the difference between cin.read() and cin.getline()?

0 Answers  


What are pointer-to-members? Explain.

0 Answers   iNautix,






Why is c++ a mid-level programming language?

0 Answers  


What is pointer in c++ with example?

0 Answers  


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


Why is c++ still best?

0 Answers  


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


What is the prototype of printf function?

0 Answers  


Categories