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

Explain what will the preprocessor do for a program?

591


What is the scope of static variable in c?

523


Is fortran faster than c?

572


Explain About fork()?

640


What is the purpose of realloc()?

663






Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

610


What are header files in c?

611


Explain threaded binary trees?

670


Why c is procedure oriented?

564


Differentiate between full, complete & perfect binary trees.

667


Which node is more powerful and can handle local information processing or graphics processing?

815


Why is it that not all header files are declared in every C program?

675


What does the c preprocessor do?

613


What is the use of a static variable in c?

585


Explain goto?

708