Vidyalelo
C Programming · Q171

File Input Output

Programming · C Programming · question 171

Q171

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

A.
char name[10];
Answer
B.
int name[10];
C.
float name[10];
D.
all of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board