Computer Science, asked by krishnayadav123454, 2 months ago

what is comment explain the types of comments​

Answers

Answered by kunjuzz91
6

Explanation:

comment is the non-executable statement.there are mainly 2 types of comments:-Single line comment and multi line comments.In different languages comment is depicted in different forms.eg:in c for a single life comments for single statement is depicted by //. Multi line comments for multiple statement is depicted as /*...*/

Similar questions