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

What is bss in c?

810


Is c call by value?

818


write a progrmm in c language take user interface generate table using for loop?

1811


Is fortran still used today?

816


What is volatile keyword in c?

790


What is the difference between malloc() and calloc() function in c language?

837


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1601


What is meant by operator precedence?

886


What is the difference between local variable and global variable in c?

932


What are pointers in C? Give an example where to illustrate their significance.

981


how to write optimum code to divide a 50 digit number with a 25 digit number??

3020


What are header files? What are their uses?

850


#include { printf("Hello"); } how compile time affects when we add additional header file .

1678


What is the difference between printf and scanf in c?

1023


List the difference between a 'copy constructor' and a 'assignment operator' in C?

862