STL (140)
OOPS (873)
C++ General (2409) Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is c++ namespace?
What is multilevel inheritance explain with example?
What is the difference between *p++ and (*p)++ ?
What is a local variable?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How do you generate a random number in c++?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is difference between c++ 11 and c++ 14?
What are the uses of typedef in a program?
What is different in C++, compare with unix?
Does a derived class inherit or doesn't inherit?
What is constructor c++?