Computer Science, asked by shani479, 9 months ago

State the rules for comment statement

Answers

Answered by nidaeamann
2

Explanation:

Comment is a useful technique of placing remarks in the source code.

The content of the comment is ignored by the compiler.

Comments are used describe the source code to remind the programmer and explain the operations to others

Few rules of commenting are;

Don’t use too long comments, length should be good enough to give the message

Use comments where required in source code

Better to use different font in comment to easily distinguish it

Similar questions