🎴 Flashcard Mode
C and COBOL Programming Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Comments (Not remarks) should be in
AnswerClick to flip back
A
running text
💡 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).