You are given a string which contains some special
characters. You also have set of special characters. You are
given other string (call it as pattern string). Your job is
to write a program to replace each special characters in
given string by pattern string. You are not allowed to
create new resulting string. You need to allocate some new
memory to given existing string but constraint is you can
only allocate memory one time. Allocate memory exactly what
you need not more not less.
Answer Posted / raja
no this answer is not correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are reserved words?
I need a sort of an approximate strcmp routine?
Difference between Shallow copy and Deep copy?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the sizeof () operator?
What is the difference between array and pointer?
What is the difference between āgā and āgā in C?
What are nested functions in c?
write a program for the normal snake games find in most of the mobiles.
List the difference between a "copy constructor" and a "assignment operator"?
Are there any problems with performing mathematical operations on different variable types?
What is null in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain how can you check to see whether a symbol is defined?
What do you mean by c what are the main characteristics of c language?