Ask Question
30 December, 01:11

During data declaration, a name is binded to a memory location, what else can be identify as part of this process?

+4
Answers (1)
  1. 30 December, 02:13
    0
    data declaration means a variable which contain data value and it can be declared as integer, float, character, double, boolean (data types).

    example:

    int r;

    char name;

    float g;

    double k = 23.34;
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “During data declaration, a name is binded to a memory location, what else can be identify as part of this process? ...” 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