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 a program flowchart and explain how does it help in writing a program?

1016


What is the size of structure in c?

924


Where are c variables stored in memory?

846


Why doesnt long int work?

831


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

869


How is actual parameter different from the formal parameter?

831


what is the structure pointer?

1895


Write a program for finding factorial of a number.

877


Describe the order of precedence with regards to operators in C.

872


How does struct work in c?

852


What are the advantages of c language?

877


Why we use stdio h in c?

821


How do I round numbers?

812


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

957


List some basic data types in c?

799