Computer Science for IGCSE & O level - Software (Section 13 - No. 49)

What does an auto-documenter and prettyprinting features in a code editor primarily do?
Help translate the code into machine code.
Find and fix errors in the code.
Automatically generate comments and format the code for readability.
Suggest code snippets as the user types.

Explanation

Auto-documenter provides comments and helps format the code.

Comments (0)

Advertisement