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 is volatile variable in c?
How can I delete a file?
Which header file is essential for using strcmp function?
Explain what is the difference between a string and an array?
What are the usage of pointer in c?
How many types of sorting are there in c?
Why is sprintf unsafe?
What is ponter?
Explain how can you be sure that a program follows the ansi c standard?
Is null valid for pointers to functions?
What are the different types of pointers used in c language?
What is the difference between strcpy() and memcpy() function in c programming?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the size of empty structure in c?