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

Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

5 Answers  


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What are the 4 types of unions?

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


simple program for virtual function?

1 Answers  


Which is best book for data structures in c?

0 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


Categories