STL (140)
OOPS (873)
C++ General (2409)
What is rvalue?
What are the types of container classes?
If all is successful, what should main return a) 0 b) 1 c) void
Explain what are single and multiple inheritances in c++?
What is the difference between a template and a macro?
Write a program that ask for user input from 5 to 9 then calculate the average
Why are arrays usually processed with for loop?
Write about a nested class and mention its use?
Is c++ double?
How to declare a pointer to an array of integers?
What does and I oop and sksksk mean?
Explain queue. How it can be implemented?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Define Virtual function in C++.
What is oops with example?