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

What are multibyte characters?

0 Answers  


what is pointer?

13 Answers   HCL, TCS,


What is the purpose of main( ) in c language?

0 Answers  


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


whether itis a structured language?

1 Answers   Microsoft,






Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


What is the process to generate random numbers in c programming language?

0 Answers  


State the difference between x3 and x[3].

0 Answers   Aricent,


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


Explain null pointer.

0 Answers  


What is .obj file in c?

0 Answers  


What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


Categories