Page 1 of 1

What form the data must be entered for the given C code?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
scanf(“%d / %d”, &n1,&n2);
a) 6  9
b) 6/9
c) compile error
d) run-time error