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

void main(int argc,char *argv[],char *env[])
{
int i;
for(i=1;i<argc;i++)
printf("%s",env[i]);
}

Answer Posted / msrambabu

i need answer and explation to env function

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why clrscr is used after variable declaration?

1762


Tell me can the size of an array be declared at runtime?

1083


What is the difference between c &c++?

1208


What is structure pointer in c?

1091


Is it acceptable to declare/define a variable in a c header?

1178


Are global variables static in c?

1218


Why header files are used?

1161


Explain how do you list files in a directory?

1113


What is pragma in c?

1281


What is the data segment that is followed by c?

1137


Explain spaghetti programming?

1320


When should a type cast be used?

1065


writ a program to compare using strcmp VIVA and viva with its output.

2081


What is null pointer in c?

1044


What math functions are available for integers? For floating point?

1184