Computer Science for IGCSE & O level - Software (Section 10 - No. 9)

What is the primary function of auto-documenter and prettyprinting in a code editor?
Automatically commenting the code
Highlighting the code syntax.
To make the code neat, easy to read and explain the function and purpose of programming codes
Translating the code into machine code

Explanation

Auto-documenter explains the function and purpose of programming codes. And prettyprinting formats the code for readability.

Comments (0)

Advertisement