v06-l1-describe

(130/222)

How does the following program stores the variable value ?

int main() {
    double value = 1.0;
}

???