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

struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


How can I read in an object file and jump to locations in it?

0 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


How to avoid structure padding in C?

8 Answers   Tech Mahindra,






What is the purpose of main() function?

0 Answers  


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


how to implement stack operation using singly linked list

2 Answers  


What is difference between union All statement and Union?

0 Answers  


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


What is calloc()?

0 Answers   Adobe,


Difference between strcpy() and memcpy() function?

0 Answers  


Categories