Explain how can I prevent another program from modifying part of a file that I am modifying?


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

Post New Answer

More C Interview Questions

When can you use a pointer with a function?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is spark map function?

0 Answers  


Define and explain about ! Operator?

0 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


How can I read in an object file and jump to locations in it?

0 Answers  


what does data structure mean?

8 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What is the difference between printf and scanf )?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


WHAT IS FLOAT?

3 Answers  


Categories