Answer Posted / divyachinnamaru
Eg :
class A // empty class
{
};
int main()
{
cout<<"size of class is "<<sizeof(A)<<endl;
return 0;
}
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of modularization are there in c++?
What is the use of :: operator in c++?
What is microsoft c++ redistributable?
what is Member Functions in Classes?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What are put and get pointers?
Is c++ harder than java?
What is the main use of c++?
Define copy constructor.
What is the sequence of destruction of local objects?
What are special characters c++?
Write a struct time where integer m, h, s are its members?
What is setbase c++?
Explain what you mean by a pointer.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.