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

Why & is used in c?

0 Answers  


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


What is formal argument?

0 Answers  


What is graph in c?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  






What is wrong with this program statement? void = 10;

0 Answers  


What is calloc() function?

0 Answers  


Write a program to print "hello world" without using a semicolon?

0 Answers  


is forign key will be unique key any table or not?

2 Answers  


write a c program to find the probability of random numbers between 1-1000

0 Answers   ADS,


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


difference between malloc and calloc

3 Answers   HCL, Wipro,


Categories