STL (140)
OOPS (873)
C++ General (2409)
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What does new in c++ do?
What is the header file for setw?
Is recursion allowed in inline functions?
program for insertion ,deletion,sorting in double link list
Why do we use encapsulation in oops?
What is polymorphism in oops with example?
Can we inherit constructor in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the use of lambda in c++?
What is the advantage of oop over procedural language?
Why Pointers are not used in C++?
Write a program that can take input from 3 to 8 and calculate the average?
What is the difference between abstraction and polymorphism?
What are guid? Why does com need guids?