How will you print a list of all unique words from a string which may contain repeated words?
No Answer is Posted For this Question
Be the First to Post Answer
Write a syntax and purpose of switch statement.
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 bool in C++
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
What is the difference between virtual functions and pure virtual functions?
How to stop class inheritance in C++ with condition that object creation should be allowed
Write a C++ Program to Find Sum and Average of three numbers.
Explain the difference between C and C++.
What is latest update of C++ ?
What does it mean to take the address of a reference?
Write a program to generate the Fibonocci Series in C++.
Explain why C++ is not purely Object Oriented Language