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

Which of these statements are false w.r.t File Functions?
i)fputs() ii)fdopen() iii)fgetpos() iv)ferror()
A)ii B)i,ii C)iii D)iv

Answer Posted / pushpa

A)ii

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2666


What is function definition in c?

1120


What is the difference between array and pointer in c?

1234


What is difference between structure and union?

1193


Explain why C language is procedural?

1277


What are the storage classes in C?

1205


How do you redirect a standard stream?

1155


What are the advantages of union?

1121


What do you mean by dynamic memory allocation in c? What functions are used?

1228


What is uint8 in c?

1167


If you know then define #pragma?

1171


With the help of using classes, write a program to add two numbers.

1085


What does c in a circle mean?

1134


how can use subset in c program and give more example

2050


What are identifiers c?

1143