Vidyalelo
C Programming · Q288

File Input Output

Programming · C Programming · question 288

Q288

What form the data must be entered for the given C code? scanf(“%d / %d”, &n1,&n2);

A.
6   9
B.
6/9
Answer
C.
compile error
D.
run-time error

Answer: Option B

Solution

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