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
What is openmp in c?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What is getch () for?
What are the different types of storage classes in C?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
What is the difference between typedef and #define?
number of times a digit is present in a number
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Why cant I open a file by its explicit path?
hi , please send me NIC written test papers to sbabavalli@gmail.com
Explain function pointer with exapmles.
How can I read a binary data file properly?