Skip to content

Programming Concepts

What is the name for a line of text in source code that is ignored by the compiler or interpreter and used to explain the code?

Difficulty: Easy

About this MCQ

This Easy Programming Concepts MCQ checks one syllabus fact.

The question is: “What is the name for a line of text in source code that is ignored by the compiler or interpreter and used to explain the code?”

The accepted answer is C. Code comment. Code comment refers to a line of text in source code that is ignored by the compiler or interpreter and used to explain the code.

Correct answer

C. Code comment

Explanation

Code comment refers to a line of text in source code that is ignored by the compiler or interpreter and used to explain the code.

Source: Programming Concepts Official Reference Guide

Tags: computer science, programming, coding basics, software development

Submitted by: MCQsHub Editorial

Related MCQs

More Programming Concepts MCQs