Which of the following doesn’t require an & for the input in scanf()?
Posted: Wed Jul 13, 2022 7:54 pm
a) char name[10];
b) int name[10];
c) float name[10];
d) all of the mentioned
b) int name[10];
c) float name[10];
d) all of the mentioned