Q. Which of the following is an invalid method for input? (Solved)
1. scanf(“%d%d%d”,&a, &b, &c);
2. scanf(“%d %d %d”, &a, &b, &c);
3. scanf(“Three values are %d %d %d”,&a,&b,&c);
4. none of the mentioned
- d. none of the mentioned
1. scanf(“%d%d%d”,&a, &b, &c);
2. scanf(“%d %d %d”, &a, &b, &c);
3. scanf(“Three values are %d %d %d”,&a,&b,&c);
4. none of the mentioned