Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


What are enums in c?

0 Answers  


Why c is a procedural language?

0 Answers  


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

2 Answers   Facebook,


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What is a volatile keyword in c?

0 Answers  


how can i print "hello"

3 Answers  


What is switch in c?

0 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Categories