Jump to

v06-l1-describe

How does the following program stores the variable value ?

int main() {
    double value = 1.0;
}

???