Which of the following doesn’t require an & for the input in scanf()?
(a) char name[10];
(b) int name[10];
(c) float name[10];
(d) all of the mentioned
I had been asked this question in exam.
My doubt is from Formatted Input in division Input and Output in C of C