โช Choose the correct option.
float x, y, z;
scanf (“%f %f”, &x, &y);
If input stream contains “4.2 3 2.3 …”
What will x and y contain after scanf?
If input stream contains “4.2 3 2.3 …”
What will x and y contain after scanf?