Answer Posted / manish shikarbar
answer is :1
Example:
class Test
{
};
Test Obj;
int size = sizeof(Obj); // answer is 1
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain stack unwinding.
What are friend classes? What are advantages of using friend classes?
Explain linear search.
What is size_type?
What are references in c++? What is a local reference?
Do vectors start at 0 c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
How important is c++?
What is wrapper class in c++?
What is the use of turbo c++?
What is an overflow error?
Can constructor be private in c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is an incomplete type in c++?
Are there interfaces in c++?