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...

Difference between fopen() and open()?

Answer Posted / ada

open() is a system call, and fopen() is a stdio library
function.

Is This Answer Correct ?    29 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code to determine the total number of stops an elevator would take to serve N number of people.

1215


How can a string be converted to a number?

987


Is c dynamically typed?

1106


How can I do graphics in c?

995


Subtract Two Number Without Using Subtraction Operator

797


List some basic data types in c?

983


Explain the difference between call by value and call by reference in c language?

1072


What is volatile, register definition in C

1070


Here is a good puzzle: how do you write a program which produces its own source code as output?

1057


What is the use of a ‘’ character?

1051


State two uses of pointers in C?

1019


What is the difference between struct and union in C?

1263


Why do we use stdio h and conio h?

1044


Explain how can you tell whether a program was compiled using c versus c++?

1070


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

2108