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

code for copying two strings with out strcpy() function.

6 Answers  


what is a non volatile key word in c language?

1 Answers  


send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


what is the benefit of c30

2 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  






write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


How can you increase the size of a dynamically allocated array?

0 Answers   TISL,


write a program to generate address labels using structures?

0 Answers   SJC,


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


What is a built-in function in C?

1 Answers  


what is the similarities between. system call and library function?

1 Answers   Wipro,


How do you define structure?

0 Answers  


Categories