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 |
What is the difference between inline functions and macros?
Describe new operator and delete operator?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
Profiler in projects?
What is the need of a destructor? Explain with the help of an example.
What's c++ used for?
What are the operators in c++?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
What is the difference between a reference and a pointer?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
What is a wchar_t in c++?
Is c++ high level programming language?