STL (140)
OOPS (873)
C++ General (2409) What is the use of turbo c++?
What are the important components of cohesion?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Write a Program for find and replace a character in a string.
c++ program to swap the objects of two different classes
write a function signature with various number of parameters.
What is function overloading in C++?
How to call a non virtual function in the derived class by using base class pointer
Tell me about virtual function
What is the precedence when there is a global variable and a local variable in the program with the same name?
Can we use stl in coding interviews?
What is binary object model?
How would you differentiate between a pre and post increment operators while overloading?
Write a program to add three numbers in C++ utilizing classes.
Explain the concept of friend function in c++?