C Programming - Old Questions

1.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) double name[10];

1 marks | Asked in 2018-objective