STL (140)
OOPS (873)
C++ General (2409)
Explain how an exception handler is defined and invoked in a Program.
Can we provide one default constructor for our class?
Should the this pointer can be used in the constructor?
When should we use multiple inheritance?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is interface in oop?
Const char *p , char const *p What is the difference between the above two?
What is a null tree?
What is the use of namespace std in C++?
What is class in c++ with example?
Explain storage qualifiers in c++.
What is the difference between strcpy() and strncpy()?
Is java made in c++?
Why do we use class?
Explain what are the sizes and ranges of the basic c++ data types?