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
By using C language input a date into it and if it is right?
When do we get logical errors?
What language is lisp written in?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is function prototype in c language?
What is pointer and structure in c?
Write a program to know whether the input number is an armstrong number.
Explain 'bus error'?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Can we access the array using a pointer in c language?
Explain 'far' and 'near' pointers in c.
Explain how can you tell whether a program was compiled using c versus c++?
Why void main is used in c?
Can we compile a program without main() function?
Can we change the value of #define in c?