Computer Science, asked by dipaliwagh4045, 8 months ago

List FIVE (5) reasons why a comment should be placed at the start of the program.

Answers

Answered by Yamini1999
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