In computer programming, a comment is a programmer-readable description or annotation in the source code of a computer program. They are added to make the source code easier for humans to comprehend, and are generally ignored by compilers and interpreters.
Often cited as one of the most valuable and least used programming conventions, a comment is a text note counted to the source code to provide explanatory information, usually about the function of the code. Comments are usually helpful to someone maintaining or improving your code when you are no longer around to answer
Comments are text notes added to the program to provide descriptive information about the source code. They are used in a programming language to write the program and remind programmers of what tricky things they just did with the code and also help the later generation for performance and maintenance of code.
To learn more about a comment , refer
https://brainly.com/question/25759088
#SPJ4