Consider the following segment: int a; float b; char c; : scanf( "%d,%f,%c", &a, &b, &c ); : Suppose that the input data is 20 for a, 50.25 for b, ...
確定! 回上一頁