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 computer
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
write a program that explain #define and # undef directive
Explain the Difference between the New and Malloc keyword.
Can 'this' pointer by used in the constructor?
out put of printf(“%d”,printf(ram));
program for comparing 2 strings without strcmp()
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
What is double pointer in c?
What do you mean by keywords in c?
what does ‘segmentation violation’ mean?
What are # preprocessor operator in c?