Can someone please help me with this question I need to sele
Can someone please help me with this question?? I need to select the correct one for each one
Identify the proper print format specifier to go with each format. (\'b\' indicates a blank space)Solution
1) -43bb is B. %5i
2) bbb15.333 is F. %9.3f
3) 1.25E+05 is A.%3E
4) cat: it is a string its format specifier is %s
5) 256 is D. %3u
6) b+34 is I. %4i
