Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Can command line arguments be converted into int automatically if required?

a) Yes
b) No
c) Compiler Dependent
d) Only ASCII characters can be converted

Answer: b
Explanation: All command Line arguments are passed as a string. We must convert numerical value to their internal forms manually.

Join The Discussion