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

sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


What is the use of bitwise operator?

0 Answers  


FILE PROGRAMMING

0 Answers   Wipro,


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,






what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


write a program that explain #define and # undef directive

1 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


Categories