C Programming - Command Line Arguments
|
|
|
|
Exercise"The secret to creativity is knowing how to hide your sources."
- Albert Einstein
|
| 1. |
Every time we supply new set of values to the program at command prompt, we need to recompile the program. |
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
|
| 2. |
Even if integer/float arguments are supplied at command prompt they are treated as strings. |
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
|
| 3. |
The first argument to be supplied at command-line must always be count of total arguments. |
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
|
|
|