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 a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Acc..

Answer / kiran

Using command line opereators we can do this

Is This Answer Correct ?    15 Yes 14 No

Post New Answer

More C Interview Questions

GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


Which programming language is best for getting job 2020?

0 Answers  


what is c?

4 Answers   IBM, TCS,


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


Explain which function in c can be used to append a string to another string?

0 Answers  


List some of the static data structures in C?

0 Answers  


What are the valid places to have keyword “break”?

0 Answers  


What is difference between far and near pointers?

0 Answers  


what is computer engg

1 Answers  


Categories