write a C program: To search a file any word which starts
with ?a?. If the word following this ?a? starts with a
vowel.Then replace this ?a? with ?a? with ?an?. redirect
with the output onto an output file.The source file and
destination file are specified by the user int the command line.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

a program that can input number of records and can view it again the record

0 Answers   Accenture,


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Explain how can I manipulate strings of multibyte characters?

0 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,






Should I learn c before c++?

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


What are the 4 types of programming language?

0 Answers  


What does volatile do?

0 Answers  


Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


Categories