STL (140)
OOPS (873)
C++ General (2409)
Can we define a class within the interface?
What is the full form of stl in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Is python better than c++?
What is istream c++?
Can we overload operator in c++?
What Is A Conversion Constructor C++ ?
What are the advantages of prototyping?
Differentiate between structure and class in c++.
Show the application of a dynamic array with the help of an example.
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is helper in c++?
what is data encapsulation in C++?
Why is encapsulation used?