C Programming - Old Questions

Question Answer Details

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) double name[10];

1 marks
Asked in 2018-objective

Answer

AI Generated Answer

AI is thinking...