STL (140)
OOPS (873)
C++ General (2409) What is multiple inheritance ?
Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
17 28032We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
8 28514
Get me a number puzzle game-program
What are the 5 oop principles?
What are protected members in c++?
Is empty stack c++?
What is object in oops?
What is constructor in C++?
What is the default access level?
Is overriding possible in c++?
What is the use of class in c++?
Differentiate between realloc() and free().
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How do you traverse a btree in backward in-order?
What is the keyword auto for?
What is format for defining a structure?
Can we inherit constructor in c++?