CBSE BOARD XII, asked by suryamps4768, 2 months ago

which of these datatypes is used to store command line arguments

Answers

Answered by tripathimaya0987623
1

Answer:

Explanation: String data types is used to store command line arguments.

Answered by biswajit2002sl
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