McqMate
| Q. |
Which of the following is an invalid method for input? |
| 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 |
| Answer» D. none of the mentioned | |
View all MCQs in
C LanguageNo comments yet