STL (140)
OOPS (873)
C++ General (2409) advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
3877
What is abstraction in c++ with example?
What is the example of polymorphism?
Keyword mean in declaration?
What exactly is polymorphism?
What is encapsulation and abstraction? How are they implemented in C++?
What does extern mean in a function declaration in c++?
In C++ what do you mean by Inheritance?
What are c++ manipulators?
Out of fgets() and gets() which function is safe to use and why?
When do we run a shell in the unix system?
We 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?
How can you specify a class in C++?
Is there any difference between int [] a and int a [] in c++?
Can we create object of abstract class?
To which numbering system can the binary number 1101100100111100 be easily converted to?