C
Programming and Technical
What is the maximum combined length of command line
arguments including the space between adjacent arguments?
Read Solution (Total 1)
-
- full question is
The maximum combined length of the command-line arguments including the spaces between adjacent arguments is
A. 128 characters
B. 256 characters
C. 67 characters
D. It may vary from one operating system to another
ANS:
ans is D)
Because command prompt depend on the Operating System (OS) and when OS change then the value of the command line argument changes. - 10 years agoHelpfull: Yes(1) No(3)
C Other Question