What is size of a empty class?
Answer Posted / ravi
one
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is the use of string in c++?
How does com provide language transparency?
What do you mean by inheritance in c++?
Write a recursive program to calculate factorial in c++.
List the merits and demerits of declaring a nested class in C++?
Mention the storage classes in c++.
What is tellg () in c++?
What does it mean to declare a destructor as static?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Why is c++ considered difficult?
What is the difference between passing by reference and passing a reference?
What is data abstraction? How is it different from data encapsulation?
What is code reusability in c++?
Can we specify variable field width in a scanf() format string? If possible how?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list