STL (140)
OOPS (873)
C++ General (2409) In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
1022How the programmer of a class should decide whether to declare member function or a friend function?
1074We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
1041How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
1043
What is the use of data hiding?
Which format specifier is used for printing a pointer value?
Write a program to reverse a string using recursive function?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Explain function overloading
Please explain the reference variable in c++?
What would happen on forgetting [], while deallocating an array through new?
What can I use instead of namespace std?
What are associate containers?
What does it mean to declare a member function as static in C++?
Why is abstraction needed?
Array base access faster or pointer base access is faster?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What are the features of oop?
What is c++ library?