+ 2
Why we use (&) in scanf?
.....
4 Antworten
+ 6
To get the value of the pointer and not variable...
value points to the pointer and the pointer points to the variable....
Otherwise the computer will dump the core...
+ 2
To pass it by pointer to change the value by the user.
+ 2
To get input form user
+ 2
Read solo lessons
https://www.sololearn.com/learn/C/2914/