How can I make sure that my program is the only one accessing a file?


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

Post New Answer

More C Interview Questions

program to find the ASCII value of a number

8 Answers  


What is c value paradox explain?

0 Answers  


What do you mean by recursion in c?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What is the use of the function in c?

0 Answers  


Differentiate Source Codes from Object Codes

1 Answers  


What does p mean in physics?

0 Answers  


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


What are the ways to a null pointer can use in c programming language?

0 Answers  


What is a far pointer in c?

0 Answers  


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Categories