when to add & in snacf c

C
int var;
scanf("%d",&var);
char s[20];
scanf("%s",s);

Source

Also in C: