Explain command-line arguments in C.
Answer / nashiinformaticssolutions
Command-line arguments are passed to the main() function as argc (argument count) and argv (argument vector).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is key word in c language?
What is #include cctype?
What is the difference between char array and char pointer?
What are the key features of C?
what is bitwise operator?
what is call by value and call by reference
What are c header files?
Is r written in c?
What's wrong with "char *p; *p = malloc(10);"?
Write a c program using for loop in switch case?
What is volatile variable in c with example?
write a program to add two numbers of any size.....(remember any size)