which of these datatypes is used to store command line arguments
Answers
Answered by
1
Answer:
Explanation: String data types is used to store command line arguments.
Answered by
0
Answer:
String data type must be used to store the command line arguments.
Explanation:
- String datatype is a non primitive type of data used.
- It is basically a collection of characters .
- As the word non primitive suggests that it is user defined and a particular used may enter the values in the string. .
Therefore, string data type is used for storing the command line arguments.
#SPJ3
Similar questions