Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write a c program to enter a string of paragraph and
replacing a particular word which is repeated in the
paragraph by another word?

Answers were Sorted based on User's Feedback



Write a c program to enter a string of paragraph and replacing a particular word which is repeated..

Answer / dawn

I think in 'c' it is not possible

Is This Answer Correct ?    5 Yes 4 No

Write a c program to enter a string of paragraph and replacing a particular word which is repeated..

Answer / dprusty6

plz give me the answer

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More C Interview Questions

Write a program to swap two numbers without using the third variable?

0 Answers  


What is main () in c?

0 Answers  


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


what is answer for perfect number????????????????

1 Answers  


What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Why c language is called c?

0 Answers  


Why is python slower than c?

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


Categories