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
Why main function is special give two reasons?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is the use of bitwise operator?
Hai what is the different types of versions and their differences
What is the condition that is applied with ?: Operator?
What are the different types of control structures in programming?
What is external variable in c?
How do you construct an increment statement or decrement statement in C?
For what purpose null pointer used?
List some of the static data structures in C?
What is the advantage of using #define to declare a constant?
What are the types of pointers in c?
How can this be legal c?
What are the types of operators in c?
Is stack a keyword in c?