Computer Science, asked by Joses7183, 1 year ago

The maximum length of the command-line arguments including the spaces is

Answers

Answered by Kushal22007
0

Answer:

The maximum combined length of the command-line arguments including the spaces between adjacent arguments is select one: a. 128 characters.

Explanation:

The first parameter to main, argc, is the count of the number of command line arguments. Actually, it is one more than the number of arguments, because the first command line argument is the program name itself! In other words, in the gcc example above, the first argument is "gcc"

Please make me Brainliest

Similar questions