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
1 11990Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
4 6658
What is the total generic pointer type?
Do you know the use of fflush() function?
What is self-referential structure in c programming?
What does char * * argv mean in c?
How can I write a function analogous to scanf?
What is the importance of c in your views?
How do you search data in a data file using random access method?
Why clrscr is used after variable declaration?
What are c header files?
Who invented b language?
Explain what is a pragma?
What is the purpose of 'register' keyword?
What is a keyword?
What is the difference between procedural and functional programming?
Can math operations be performed on a void pointer?