Home » C Programming » Input & Output » Question
  1. Which of the following doesn’t require an & for the input in scanf()?
    1. float name[15];
    2. int name[15];
    3. char name[15];
    4. All of above
    5. None of these
Correct Option: C

char name[15];



Your comments will be displayed only after manual approval.