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

What's the value of the expression 5["abxdef"]?

0 Answers  


Define an Abstract class in C++?

0 Answers  


What is bool in C++

0 Answers  


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  






Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


When would you use a pointer? A reference?

0 Answers   Amazon,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


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

0 Answers   Accenture,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


Categories