a) the minimum field width has to be 4, the precision is given to be 5, and the value to be displayed is 5700
b) the minimum field width is 5, the precision is 4, and the value to be displayed is 5700
c) compile error
d) run-time error
Select the right explanation to the given code. printf(“%*. *f”, 5,4,5700);
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Select the right explanation to the given code. printf(“%*. *f”, 5,4,5700);
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!