mardi 4 août 2015

Using 'scanf', what is the difference between having a variable or pointer in the second argument?

What is the difference between having a variable or pointer in the second argument of scanf.

For example:

scanf("%f",&r);

vs

scanf("%f",r);

Aucun commentaire:

Enregistrer un commentaire