STL (140)
OOPS (873)
C++ General (2409)
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
How do you add an element to a set in c++?
Specify different types of decision control statements?
What is a multimap c++?
Explain about Garbage Collector?
Define a constructor - what it is and how it might be called (2 methods)?
List the types of polymorphism in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How would you use the functions randomize() and random()?
Why is abstraction used?
What is scope operator in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Do the parentheses after the type name make a difference with new?
What are proxy objects in c++?
Where must the declaration of a friend function appear?