Ask Question
13 April, 09:00

Programmer-defined names of memory locations that may hold data are:

A.

Operators

B.

Variables

C.

Syntax

D.

Operands

+5
Answers (2)
  1. 13 April, 09:14
    0
    The correct answer is letter "B": Variables.

    Explanation:

    Variables - in programming - are storage locations joined with symbolic names that have amounts of information that can be known or unknown called value. That value can change depending on the information transferred to the computers' software. Usually, the values allow the software to give computer orders on what to do.
  2. 13 April, 11:57
    0
    B. Variables.

    Explanation:

    Variables are defined by the programmers they can be of any name according to the programmer except the keyword's name and according to the rules of the variable name. Variables hold data of different type depending upon the type of the variable. If type is integer it will hold integer values, if character it will hold characters.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Programmer-defined names of memory locations that may hold data are: A. Operators B. Variables C. Syntax D. Operands ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers