Computer Science, asked by abdulhussain0600, 4 months ago


What is the purpose of adding a comment in the program? Write its types.

Answers

Answered by lakshaybrajwal123
1

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:

Similar questions