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
What is exception handling? Does c++ support exception handling?
What happens when a function throws an exception that was not specified by an exception specification for this function?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Differentiate between an inspector and a mutator ?
Is c better than c++?
Should a constructor be public or private?
When must you use a pointer rather than a reference?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
Explain the difference between 'operator new' and the 'new' operator?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the difference between a definition and a declaration?
Is there a sort function in c++?