List FIVE (5) reasons why a comment should be placed at the start of the program.
Answers
Answered by
0
Answer:
- We Can Generate Code Documentation With Comments
- Programming language is not human language so it can helps us to understand intent via comments
- To debug errors
- To increase readability and reusability of your code
- It's sign of good programmer to use comments in your program
Similar questions