Ask Question
29 January, 07:57

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. 29 January, 08:15
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers