STL (140)
OOPS (873)
C++ General (2409)
What does flush do c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is dynamic and static typing?
What is the copy-and-swap idiom?
What will the line of code below print out and why?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Describe linked list using C++ with an example.
Specify different types of decision control statements?
What is the difference between C and CPP?
What is the role of C++ shorthand's?
Can you overload the operator+ for short integers?
Explain about templates of C++.
What is meant by exit controlled loop?
What is the real time example of encapsulation?
What do you mean by friend class & friend function in c++?