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
What is a program flowchart and explain how does it help in writing a program?
What is the size of structure in c?
Where are c variables stored in memory?
Why doesnt long int work?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How is actual parameter different from the formal parameter?
what is the structure pointer?
Write a program for finding factorial of a number.
Describe the order of precedence with regards to operators in C.
How does struct work in c?
What are the advantages of c language?
Why we use stdio h in c?
How do I round numbers?
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
List some basic data types in c?