Explain how can I open a file so that other programs can update it at the same time?


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

Post New Answer

More C Interview Questions

What is chain pointer in c?

0 Answers  


How would you write qsort?

1 Answers  


What is the explanation for modular programming?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


What is operator precedence?

0 Answers  






what is the benefit of c30

2 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


What does sizeof return c?

0 Answers  


What functions are in conio h?

0 Answers  


Explain what does a function declared as pascal do differently?

0 Answers  


Categories