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 12078Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
4 6816
What is the difference between mpi and openmp?
What oops means?
Is int a keyword in c?
Explain how does flowchart help in writing a program?
What is string in c language?
What is the size of structure in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What are the basic data types associated with c?
Why is c called "mother" language?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Is a house a mass structure?
Can you mix old-style and new-style function syntax?
what do the 'c' and 'v' in argc and argv stand for?
What is #define used for in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions