If the declaration is float x = 123.456, then the statement printf(“%7f %7.1f “,x,x) will print
Reveal answer
Fill a bubble to check yourself
If the declaration is float x = 123.456, then the statement printf(“%7f %7.1f “,x,x) will print