Question: [Problem 1]: Write a C program that produce the following output, using for loops. Output: [100, 80, 60, 40, ... , 0] #include 1 2

 [Problem 1]: Write a C program that produce the following output,

[Problem 1]: Write a C program that produce the following output, using for loops. Output: [100, 80, 60, 40, ... , 0] #include 1 2 3 4 int main(void) { int i, j; i=100; 5 6 7 8 9 10 11 12 13 14 15 16 for(j = i; = 0; j=j-20) printf("%d ", j); printf("\a"); 1 Tuan ndani. change pare ./main 100 80 60 40 20 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!