subject

Write this in program C: *

*

***

**

*

I did it like this:

#include

int main()

{

int n, i, j, x;

printf ("Unesi dimenziju:\n");

scanf ("%d", &n);

for (i=n; i>=1; i--)

{

for (j=i; j>=1; j--)

{

printf ("*>>1");

}

printf ("\n");

}

return 0;

}

The question is, how to do this problem in reverse (in program C language) so its like this?


Write this in program C:

***************I did it like this:#include int main(){ int n, i, j, x; p

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:40
Write c function that can replace all the positive elements to 0 and negative to 1 in undefined length one-dimensional array. test your program in the main program by defining one-dimensional array of 6 elements
Answers: 1
question
Computers and Technology, 22.06.2019 01:20
What is the full meaning of rfid in computer
Answers: 2
question
Computers and Technology, 23.06.2019 07:00
You need a quick answer from a coworker. the most effective way to reach your coworker is through a. cloud server b. instant message c. teleconference d. telepresence
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
After you present a proposal, the committee starts asking you questions, some beyond the strict focus of your proposal. they ask questions about implications in other fields and knowledge about other fields. you are asked to redo your proposal. what is most likely missing? breadth of material depth of material clarity of material details of material
Answers: 1
You know the right answer?
Write this in program C: *

*

***

**

*

I did...
Questions
question
Social Studies, 02.02.2021 05:30
question
Mathematics, 02.02.2021 05:30