Computer Science, asked by Rangar3778, 11 months ago

Every data residing in the computer memory will have a unique identification number which is the address of the memory.

Answers

Answered by saiaashish
3
the address of computer memory is url IE uniform resource locator
Answered by phillipinestest
6

"The given statement is completely correct.

     Every data residing in the computer memory will have a unique identification number which is the address of the memory. In C programming language, a special type of variable known as pointer variable is used to store the memory address of a normal primitive type variable.

     Each "primitive data" type has its own type of pointer. The %x format specifier is used to print a pointer on screen. In java, reference variables are used to "store" the memory address of a variable."

Similar questions