Comments (Not remarks) should be in
-
Upper case
-
running text
-
Any of above
-
Not a part of standard.
B
Correct answer
Explanation
Comments (distinct from remarks) should be in running text format, not ALL UPPERCASE. Running text is more readable and follows modern documentation standards. Upper case comments (A) are harder to read and should be avoided. Comments are part of coding standards (D is incorrect).