Multiple choice technology programming languages

As per the Coding Guidelines of the Project, What should be the maximum length of a line?

  1. 120 Characters

  2. 150 Characters

  3. 40 Characters

  4. 80 Characters

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

Modern project coding guidelines typically establish a line length limit of 120 characters. This standard accommodates descriptive variable names and avoids excessive line wrapping while maintaining optimal readability on modern monitors, whereas limits like 40 or 80 characters are often too restrictive for modern development.