Biology, asked by anjul70, 10 months ago

What is the purpose of & in scanf() ?

No spam please

Answers

Answered by Anonymous
53

\boxed{<u> </u><u>Ans</u><u>wer</u><u> </u>}

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