Asked by Glòria Rivera Bataller on Jun 04, 2024

verifed

Verified

Another name for a literal is a constant.

Literal

A fixed value in source code that represents a number, character, or string, typed directly into the code.

Constant

A value that cannot be altered by the program during normal execution, providing a read-only data type.

  • Recognize the different types of constants in C programming.
verifed

Verified Answer

ZK
Zybrea KnightJun 08, 2024
Final Answer :
True
Explanation :
A literal is a notation for representing a fixed value in source code, and it can also be referred to as a constant because it does not change during the execution of the program.