I need to find a specific string between two strings

how do I do it?



I need to find a specific string between two strings how do I do it?..

Answer / magesh

You can use concatenate symbol which is the common rule of
all the languages

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More C++ General Interview Questions

What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


What is constructor and destructor in c++?

0 Answers  


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  


Explain mutable storage class specifier.

0 Answers  


What is name mangling?

3 Answers  






What is the protected keyword used for?

0 Answers  


Write a note about the virtual member function?

0 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


What is c++ prototype?

0 Answers  


What is the most powerful coding language?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


Categories