Examveda

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: Option D


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output