STL (140)
OOPS (873)
C++ General (2409)
What is the difference between strcpy() and strncpy()?
What are built-in functions? What is the syntax for the definition?
What is the difference between function overloading and operator overloading?
How would perform Pattern Matching in C++?
What is a vector c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is inheritance and how many types of inheritance?
Explain differences between alloc() and free()?
What is low level language in simple words?
What is ctime c++?
What is the use of string in c++?
What do you mean by a template?
What is the difference between global int and static int declaration?
What is the use of object in c++?
Which language is not a true object oriented programming language?