adplus-dvertising
frame-decoration

Question

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

Posted under C Programming

Answer: (a).char name[10];

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following doesn’t require an & for the input in scanf?