🎴 Flashcard Mode

C/C++ Programming Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Variables with names that describe the data stored at that particular memory location are called as

AnswerClick to flip back
A
mnemonic variables
💡 Explanation:

Mnemonic variables are named meaningfully to describe the data they store (like 'student_age' instead of just 'x' or 'a'). Identifiers are general names for any programming element, constant variables cannot change, and floating point refers to a data type.

Change Mode