STL (140)
OOPS (873)
C++ General (2409)
What is inheritance write a program to show use of inheritance?
Can we use struct in c++?
What is srand c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Write about the scope resolution operator?
Do inline functions improve performance?
Which programming language is best to learn first?
What are the various oops concepts in c++?
What is the difference between object-oriented programming and procedural programming?
Discussion on error handling of C++ .
What is abstract class in oops?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is the use of setprecision in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is prototype for that c string function?