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


Please Help Members By Posting Answers For Below Questions

Explain why can’t constant values be used to define an array’s initial size?

857


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

725


What are comments and how do you insert it in a C program?

742


what does static variable mean?

657


What is #line used for?

583






The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2938


How can I discover how many arguments a function was actually called with?

636


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

615


How do you search data in a data file using random access method?

835


Explain how do you list files in a directory?

619


Why do we need functions in c?

562


How the c program is executed?

632


Explain zero based addressing.

610


Write a program to reverse a given number in c?

602


Is struct oop?

582