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

Post New Answer

More C++ Interview Questions

To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Without using third variable write a code to swap two numbers.

0 Answers   Accenture,


What is the difference between an ARRAY and a LIST in C++?

0 Answers   IBS, TCS,


What is static variable and difference between(const char *p,char const *p,const char* const p).

0 Answers   Accenture,


What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,






What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Categories