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

question-how to run a c programme.

Answer Posted / sam

In case of unix
cc FileName.c to compile and the output would be in a file
to fetch it
type ./a.out

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between fread buffer() and fwrite buffer()?

1191


What is an identifier?

1045


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1383


What is the difference between array_name and &array_name?

1311


In which layer of the network datastructure format change is done

1895


Describe dynamic data structure in c programming language?

1102


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1062


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1271


Why is it usually a bad idea to use gets()? Suggest a workaround.

1799


What is infinite loop?

1097


What is the right type to use for boolean values in c?

1044


Why doesnt this code work?

1075


What is define directive?

1162


Where can I get an ansi-compatible lint?

1158


What is the process to generate random numbers in c programming language?

1186