Q. Which of the following doesn’t require an & for the input in scanf()? (Solved)
1. char name[10];
2. int name[10];
3. float name[10];
4. all of the mentioned
- a. char name[10];
1. char name[10];
2. int name[10];
3. float name[10];
4. all of the mentioned