Guess the output
#include stdio.h
int main() {
int a, b, c;
printf("%d", (scanf("%d %d %d", &a, &b, &c)));
return 0;
}

If entered value are 2 4 6

Posted on by