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 |
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Write a struct time where integer m, h, s are its members?
Write a recursive program to calculate factorial in c++.
What does obj stand for?
What is the difference between the functions rand(), random(), srand() and randomize()?
difference between the c++ and c languages
What is function prototyping?
What is a driver program?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is array in c++ example?
What is overloading unary operator?
Write a Program for find and replace a character in a string.