0 votes
37 views
asked in elements-of-computation by (215k points)
With the following printf ( ) statements in ‘C’, express how the value x = 38.4625 appears:

(i) Printf (“% 7.2 f ”, x)

(ii) Printf (“% 7.4 f ”, x)

(iii) Printf (“% f ”, x)       and

(iv) Printf (“% –7.2 f”, x).

Please log in or register to answer this question.

Welcome to Q&A discussion forum, where you can ask questions and receive answers from other members of the community.

10.4k questions

274 answers

26 comments

14.6k users

...