Which memory stores the values of variables.
Which memory stores the values of variables. Correct Answer RAM
Variables are usually stored in RAM. Most variables stored in the array (i.e., in main memory) are larger than one byte, so the address of each variable is the index of the first byte of that variable. Viewing main memory as an array of bytes. Main memory, often called RAM, can be visualized as a contiguous array of bytes.