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 12167Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
4 6943
What is the stack in c?
Without Computer networks, Computers will be half the use. Comment.
What are the 4 types of functions?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Why is structure padding done in c?
Where are c variables stored in memory?
What is getch?
What is the purpose of main( ) in c language?
Differentiate between ordinary variable and pointer in c.
What are linker error?
write a program to find the given number is prime or not
How is a pointer variable declared?
What does c value mean?
Who is the main contributor in designing the c language after dennis ritchie?
Difference between Function to pointer and pointer to function