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
What are derived data types in c?
What are the types of operators in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Is it possible to use curly brackets ({}) to enclose single line code in c program?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Disadvantages of C language.
Why static variable is used in c?
How can I change the size of the dynamically allocated array?
Why is structure important for a child?
Why double pointer is used in c?
Tell me can the size of an array be declared at runtime?
Difference between Function to pointer and pointer to function
What is sizeof return in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Explain how are portions of a program disabled in demo versions?