Ask Question
25 August, 18:56

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

+2
Answers (1)
  1. 25 August, 22:35
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers