Show what each of the following statements prints. If a statement is incorrect, indicate why.
a) printf("%-10d\n", 10000);
b) printf("%c\n", "This is a string");
c) printf("%*.*1f\n", 8, 3, 1024.987654);
d) printf("%#o\n%#X\n%#e\n", 17, 17, 1008.83689);
e) printf("%ld\n%+ld\n", 1000000, 1000000);
f) printf("%10.2E\n", 444.93738);
g) printf("%10.2g\n", 444.93738);
h) printf("%d\n", 10.987);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.