Explain 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 is an anonymous union and where to apply that ?

3 Answers   HP,


Is printf a keyword?

0 Answers  


Why is c still so popular?

0 Answers  


What's the total generic pointer type?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  






What is the use of in c?

0 Answers  


What does struct node * mean?

0 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


What are the types of variables in c?

0 Answers  


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


How can I manipulate strings of multibyte characters?

0 Answers  


Categories