STL (140)
OOPS (873)
C++ General (2409) In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are pass by value and pass by reference?what is the disadvantage of pass by value?
What is the purpose of a constructor? Destructor?
What is the difference between member functions and static member functions?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why would you use pointers in c++?
What is super in oop?
Do you know about C++ 11 standard?
What is meant by stl in c++?
Comment on assignment operator in c++.
What are shallow and deep copies?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is doubly linked list in c++?
How do you define a class in c++?
Is java made in c++?