disply the following menu
1.Disply
2.Copy
3.Append;
as per the menu do the file operations
4.Exit


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


What are the modifiers available in c programming language?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


What are file streams?

0 Answers  






write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


write a program without using main function?

2 Answers   TCS,


Explain how do you print only part of a string?

0 Answers  


If errno contains a nonzero number, is there an error?

0 Answers  


What does int main () mean?

0 Answers  


Why is void main used?

0 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


Categories