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 are the 4 types of unions?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


What is static memory allocation?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


What is the explanation for modular programming?

0 Answers  


What is the difference between class and object in c?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


What are the different properties of variable number of arguments?

0 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


write a program to interchange the value between two variable without using loop

1 Answers  


Categories