What is the purpose of & in scanf() ?
No spam please
Answers
Answered by
53
1. & is the pointer operator or address variable.
2. This is used in scanf ().
3. This is used to find address of input variable.
For example. = scanf ("%d%d",&a,&b);
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
English,
6 months ago
Biology,
11 months ago
Math,
11 months ago