STL (140)
OOPS (873)
C++ General (2409)
What is a literal in c++?
What is ios in c++?
Explain how a pointer to function can be declared in C++?
What are iterators in c++?
How to input string in C++
What are the components of stl?
Can we define a constructor as virtual in c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is the purpose of ios::basefield in the following statement?
Difference between pointer to constant and constant pointer to a constant. Give example.
How important is c++?
What is the difference between prefix and postfix versions of operator++()?
Write a program that can take input from 3 to 8 and calculate the average?
How can you quickly find the number of elements stored in a static array?
Define what is constructor?