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

what are the files which are automatically opened when a c
file is executed?

Answer Posted / om

stdin ,stdout, stderr

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain low-order bytes.

1038


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1035


What is difference between function overloading and operator overloading?

1092


How the c program is executed?

1159


What is the purpose of void pointer?

1036


How do we print only part of a string in c?

1030


What is derived datatype in c?

1099


Write a C program to count the number of email on text

1921


Write a program to swap two numbers without using third variable in c?

1132


What is typeof in c?

1017


What is a pointer and how it is initialized?

1161


Create a simple code fragment that will swap the values of two variables num1 and num2.

1289


Why doesnt this code work?

1066


Differentiate between declaring a variable and defining a variable?

1044


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1280