How do I access command-line arguments?
Answer Posted / srujana
we can access the command-line arguments by passing the
arguments argv and argc on to the main() function where
argv represents an array of pointers to strings and argc
holds the int value which is equal to the number of strings
that are in argv
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Do array subscripts always start with zero?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Calculate 1*2*3*____*n using recursive function??
What are the disadvantages of c language?
Is main a keyword in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
List the difference between a "copy constructor" and a "assignment operator"?
What is difference between structure and union in c programming?
What are the 4 types of functions?
Is it possible to initialize a variable at the time it was declared?
What happens if a header file is included twice?
What does a function declared as pascal do differently?
State two uses of pointers in C?
Is null always equal to 0(zero)?