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 is the general form of a c program?
What does dm mean sexually?
Why & is used in c?
What are the 4 types of organizational structures?
Explain what is the stack?
Write a function that will take in a phone number and output all possible alphabetical combinations
Why array is used in c?
What is multidimensional arrays
What is masking?
What is realloc in c?
What is function pointer c?
What is operator precedence?
Can variables be declared anywhere in c?
What are the restrictions of a modulus operator?
difference between object file and executable file