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 are local variables c?
What does %p mean?
Why should I prototype a function?
Why do we use stdio h and conio h?
I need previous papers of CSC.......plz help out by posting them.......
Why is void main used?
Explain main function in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is a global variable in c?
What is the difference between formatted&unformatted i/o functions?
What is signed and unsigned?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Explain how can you be sure that a program follows the ansi c standard?
How do you construct an increment statement or decrement statement in C?
Explain how does flowchart help in writing a program?