Computer Science, asked by kumaridivya4883, 11 months ago

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 cymantekfnosz
0

Answer: b

Explanation:

Similar questions