Explain 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

I have seen function declarations that look like this

0 Answers  


Which is better oop or procedural?

0 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


What is a static function in c?

0 Answers  


How can I get the current date or time of day in a c program?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


What are derived data types in c?

0 Answers  


What are the rules for identifiers in c?

0 Answers  


What is the heap in c?

0 Answers  


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


What is NULL pointer?

0 Answers   Infosys,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Categories