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 clrscr is used after variable declaration?
Tell me can the size of an array be declared at runtime?
What is the difference between c &c++?
What is structure pointer in c?
Is it acceptable to declare/define a variable in a c header?
Are global variables static in c?
Why header files are used?
Explain how do you list files in a directory?
What is pragma in c?
What is the data segment that is followed by c?
Explain spaghetti programming?
When should a type cast be used?
writ a program to compare using strcmp VIVA and viva with its output.
What is null pointer in c?
What math functions are available for integers? For floating point?