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 12080Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
4 6818
Write a program to print factorial of given number using recursion?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
code for quick sort?
Write a code to generate a series where the next element is the sum of last k terms.
Who developed c language and when?
Explain union. What are its advantages?
What is hash table in c?
What is gets() function?
Is javascript written in c?
What language is windows 1.0 written?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What does the error message "DGROUP exceeds 64K" mean?
What is sizeof int?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Is c call by value?