Computer Science, asked by madhuryagowd7592, 10 months ago

What is the purpose of adding comment in a program?

Answers

Answered by Anonymous
43

Answer:

In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.

Explanation:

PLEASE MARK AS BRAINLIST ANSWER

Answered by JonahGreye
9

Answer:It's helpful for organising code

Explanation:Imagine you have clothes and two boxes and you know which clothes are dirty and which ones are not but don't know which of the boxes to put them. You'd have to label the boxes to know. Comments work like that

Similar questions