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
why we are using semicolon at the end of printh statment
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
Why doesnt long int work?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
how to construct a simulator keeping the logical boolean gates in c
Is it possible to execute code even after the program exits the main() function?
suppose there are five integers write a program to find larger among them without using if- else
What is function in c with example?
What are header files in c programming?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()