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
What is the method to save data in stack data structure type?
what is pointer?
13 Answers HCL, TCS,
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
What is an lvalue in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Is c still used in 2019?
What is the deal on sprintf_s return value?
Explain the use of function toupper() with and example code?
What is variables in c?
How can I manipulate strings of multibyte characters?
what do u mean by Direct access files? then can u explain about Direct Access Files?