Computer Science, asked by Rasha8347, 1 year ago

The integer/float arguments supplied at command prompt are treated as strings.

a. True

b. False

Answers

Answered by kusumsahu8
1
Your answer is true......
Answered by syedtahir20
0

Answer:

The statement is true

Explanation:

As per the data given in the question we have to write statement is true or False.

As per the questions it is given that the integer/float arguments supplied at command prompt are treated as strings.

Command-line arguments are simple parameters that are given on the system's command line, and the values of these arguments are passed on to your program during program execution. When a program starts execution without user interaction, command-line arguments are used to pass values or files to it.

A string is any sequence of 4 or more printable characters that end with a new-line or a null character. The strings command is useful for identifying random object files.

When we pass command-line arguments, they are treated as strings and passed to the main function in the string array argument. The arguments have to be passed as space-separated values.

Hence, the statement is true.

For such type of questions:

https://brainly.in/question/6189685

#SPJ6

Similar questions