C Programming - Command Line Arguments - Discussion

Discussion Forum : Command Line Arguments - True / False Questions (Q.No. 2)
2.
Even if integer/float arguments are supplied at command prompt they are treated as strings.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
10 comments Page 1 of 1.

Aanandita said:   8 years ago
They are treated as strings until they are type casted using atof or atoi functions. So the answer in my opinion is true.

Avinash said:   8 years ago
The answer is False, if the arguments are considered as strings by default then there is no question of typecasting in the program.

Ramyadeepika said:   8 years ago
Please give us Correct explanation.

Prashant said:   9 years ago
I Thing answer. Should be false.

Only in java, all in the form of String.

Deepak said:   9 years ago
According to me, the given answer is right.

Gayathry said:   9 years ago
Answer should be false.

Revathi said:   9 years ago
I need explanation to this question.

Kaarthick said:   10 years ago
The answer is False. Only in Java and C#, arguments are treated as strings.

GURUPRASATH said:   1 decade ago
This is a wrong answer.. In java only the arguments will be treated as strings....

Nikhil said:   1 decade ago
Can anyone provide example for this expression?

Post your comments here:

Your comments will be displayed after verification.