How can I insert or delete a line (or record) in the middle of a file?


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

Post New Answer

More C Interview Questions

in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


Why do we use int main instead of void main in c?

0 Answers  


How would you sort a linked list?

1 Answers  


compare array with pointer?

1 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


Write a program to show the change in position of a cursor using c

0 Answers  


can we implement multi-threads in c.

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


Explain what is the difference between functions getch() and getche()?

0 Answers  


what is the self-referential structure?

1 Answers  


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


What is formal argument?

0 Answers  


Categories