Page 1 of 1

Which of the following doesn’t require an & for the input in scanf()?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) char name[10];
b) int name[10];
c) float name[10];
d) all of the mentioned