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
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Is there a way to compare two structure variables?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
Which programming language is best for getting job 2020?
what is c?
I need previous papers of CSC.......plz help out by posting them.......
wat s the meaning of (int *)p +4;
Explain which function in c can be used to append a string to another string?
List some of the static data structures in C?
What are the valid places to have keyword “break”?
What is difference between far and near pointers?
what is computer engg