1. 

Every time we supply new set of values to the program at command prompt, we need to recompile the program.

A. True
B. False

2. 

Even if integer/float arguments are supplied at command prompt they are treated as strings.

A. True
B. False

3. 

The first argument to be supplied at command-line must always be count of total arguments.

A. True
B. False