STL (140)
OOPS (873)
C++ General (2409)
Explain queue. How it can be implemented?
Tell me what are static member functions?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
How would you use the functions sin(), pow(), sqrt()?
In C++ what is a vtable and how does it work?
In C++ what is the meaning of data hiding?
What is #include cstdlib in c++?
How oops is better than procedural?
What is the basic structure of a c++ program?
What is the benefit of c++?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is c++ flowchart?
What is a type library?
Are vectors passed by reference c++?
What is partial specialization or template specialization?