STL (140)
OOPS (873)
C++ General (2409)
Explain polymorphism?
what is a pragma in C++?
Is c++ the hardest language?
How we can differentiate between a pre and post increment operators during overloading?
Should a constructor be public or private?
Describe the advantages of operator overloading?
What is the advantage of oop over procedural language?
Explain stack & heap objects?
What are mutator methods in c++?
Explain Memory Allocation in C/C++ ?
Which c++ operator cannot overload?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can you Mention some Application of C/C++?
How do you save a c++ program?
Should I learn c or c++ first?