InterviewSolution
Saved Bookmarks
| 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) all of the mentionedI had been asked this question in exam.My doubt is from Formatted Input in division Input and Output in C of C |
|
Answer» Right CHOICE is (a) char name[10]; |
|