us assessment. Question 25 What is the following program doing? #include<stdio.h> main() int d = 1; do printf(“%dn”, d++) while (d <= 9) Adding 9 integers Adding integers from 1 to 9 Displaying integers from 1 to 9 None of these Click Submit to complete this assessment UUUUU 1 2 3 4 5 6 7 8 9 10 10 » Moving to another question will save this response. Question 1 What is the output of the following code #include<stdio.h> maino int n=0, m; for (m=1; m<=n+1; m++) printf(“%d”, m); N OD – Moving to another question will save this response. Show transcribed image text us assessment. Question 25 What is the following program doing? #include main() int d = 1; do printf(“%dn”, d++) while (d
Expert Answer
Answer to us assessment. Question 25 What is the following program doing? #include main() int d = 1; do printf(“%dn”, d++) while …