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 bss in c?
Is c call by value?
write a progrmm in c language take user interface generate table using for loop?
Is fortran still used today?
What is volatile keyword in c?
What is the difference between malloc() and calloc() function in c language?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is meant by operator precedence?
What is the difference between local variable and global variable in c?
What are pointers in C? Give an example where to illustrate their significance.
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are header files? What are their uses?
#include
What is the difference between printf and scanf in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?