Write a C Program to display the following menu:
Menu
1. Display
2. Copy
3. Append
4. Exit
Accept the choice (1-4) from the user, and perform the
following tasks:
Choice 1: Accept a file name from the user and display the
file on screen
Choice 2: Accept two file names, and copy first file to the
second
Choice 3: Accept two file names, and append second file to
the first file
Choice 4: Terminate the program
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What is array in c with example?
What is realloc in c?
what is the difference between procedure oriented and object oriented progaming language
Explain how do you list a file’s date and time?
main() { float a=3.2e40; printf("%d",a); }
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
What is f'n in math?
What are qualifiers?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the meaning When we write "#include" what is # and what does include does there???
How can you increase the size of a dynamically allocated array?