First page Back Continue Last page Overview Image

C programming language

User Input

int var; scanf(“%d”, &var);

called as address of the operator

While scanning the input, scanf needs to store that input data somewhere.

To store this input data, scanf needs to known the memory location of a variable