How do you access command-line arguments?



How do you access command-line arguments?..

Answer / thunder

Using argument vector and argument count with main.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

What is struct node in c?

0 Answers  


What are .h files and what should I put in them?

3 Answers  


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


What is the use of a static variable in c?

0 Answers  






main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


Explain pointers in c programming?

0 Answers  


What is double pointer in c?

0 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


Write a program to print the prime numbers from 1 to 100?

7 Answers  


Categories