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
Give an example of run-time polymorphism/virtual functions.
How can you link a c program with a c function?
What is encapsulation in C++? Give an example.
How do you master coding?
What is the meaning of c++?
What is a loop? What are different types of loops in c++?
What is c++ library?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is namespace & why it is used in c++?
What is the difference between method overloading and method overriding in c++?
What is class and structure in c++?
How can I learn dev c++ programming?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is abstraction in c++?
What is void pointer in c++ with example?