How to input string in C++
No Answer is Posted For this Question
Be the First to Post Answer
What is a class in C++?
1 Answers Amazon, TCS, UGC Corporation,
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 wrong with this statement? std::auto_ptr ptr(new char[10]);
What is name mangling/name decoration?
What is an algorithm (in terms of the STL/C++ standard library)?
Tell me about virtual function
Name the operators that cannot be overloaded.
Discuss about iteration statements in C++ .
What is RTTI and why do you need it?
Write a program to generate the Fibonocci Series in C++.
What is data abstraction? How is it implemented in C++?
How to generate random numbers in C++ with a range?