xiii) Which of the following is an invalid method
for input?
(a) scanf("%d %d",&a,&b);
(b) scanf("%d%d",&a,&b);
(%) scanf("%d", &a); scanf("%d", & b);
(d) None of the above
Answers
Answered by
0
Answer: b
Explanation:
Similar questions