asked 141k views
3 votes
Is space between lines of program code that makes the code easier to read and that the compiler ignores?

asked
User Barbecu
by
7.6k points

1 Answer

2 votes
The space between the lines of program codes make the code easier to read. This is used by programmers to make their programs more readable and clear. The space between the lines is not recognized by the compiler, thus it is ignored by the compiler.
answered
User Espinet
by
7.7k points