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 volatile in c language?
What is the benefit of using an enum rather than a #define constant?
What is a const pointer?
How many header files are in c?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
What oops means?
What is Memory leakage ?
What is #line in c?