Multiple choice technology programming languages

The maximum combined length of the command line arguments including the spaces between adjacent arguments is

  1. 128 characters

  2. 256 characters

  3. 67 characters

  4. It may vary from one operating system to another

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The maximum length of command line arguments varies significantly between operating systems. MS-DOS had limits around 127-255 characters, modern Windows supports up to 8191 characters (depending on version), and Unix/Linux systems have their own varying limits (often 128KB or more). There is no single universal value.