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 difference between a free-standing and a hosted environment?
Differentiate between a structure and a union.
What are the 5 data types?
program to convert a integer to string in c language'
What's wrong with "char *p; *p = malloc(10);"?
IS Doon college of Engn.. has good faculty
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
What are the modifiers available in c programming language?
What are all different types of pointers in c?
What is modifier & how many types of modifiers available in c?
64/square(4)
Why doesnt long int work?