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

Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


How many bit combinations are there in a byte?

13 Answers   Intel, Microsoft,


What do you mean by public protected and private in c++?

0 Answers  


Which is the best c++ compiler?

0 Answers  






Write about the local class and mention its use?

0 Answers  


Why can templates only be implemented in the header file?

0 Answers  


What is data types c++?

0 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


Is c++ high level programming language?

0 Answers  


Categories