Page 1 of 1

Which of the following is an invalid method for input?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) scanf(“%d%d%d”,&a, &b, &c);
b) scanf(“%d %d %d”, &a, &b, &c);
c) scanf(“Three values are %d %d %d”,&a,&b,&c);
d) none of the mentioned