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

How to declare pointer variables?

0 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


What is the difference between #include and #include 'file' ?

0 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


What are void pointers in c?

0 Answers  


When is the “void” keyword used in a function?

1 Answers  


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


What is quick sort in c?

0 Answers  


Explain what is a static function?

0 Answers  


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


Categories