STL (140)
OOPS (873)
C++ General (2409) What are the advantages of using typedef in a program?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Can constructor be private in c++?
Is oops and c++ same?
write a program that takes input in digits and display the result in words from 1 to 1000
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
State the difference between pre and post increment/decrement operations.
Explain the difference between static and dynamic binding of functions?
What is encapsulation in c++?
What is implicit pointer in c++?
Write a program to add three numbers in C++ utilizing classes.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is the difference between a mixin and inheritance?