I need to find a specific string between two strings
how do I do it?
Answer Posted / 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 View All Answers
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain object slicing in c++?
What is the benefit of c++?
What does n mean in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is a syntax in c++?
How do you differentiate between overloading the prefix and postfix increments?
How does the copy constructor differ from the assignment operator (=)?
Where is atoi defined?
What is the use of :: operator in c++?
What do the keywords volatile and mean mutable?
Explain the auto storage classes in c++.
What c++ is used for?
What is the difference between multiple and multilevel inheritance in c++?
What is the difference between struct and class?