STL (140)
OOPS (873)
C++ General (2409)
Which is not an object oriented programming language?
What is the main purpose of overloading operators?
What is a lambda function c++?
Can we distribute function templates and class templates in object libraries?
What is abstract class in oop?
Explain the isa and hasa class relationships. How would you implement each?
What is the difference between inheritance and polymorphism?
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 are the different types of qualifier in java?
How many keywords are used in c++?
What is the disadvantage of using a macro?
Name the operators that cannot be overloaded.
What is Coupling?
What is insertion sorting?
Why cout is used in c++?