c program to print upper right triangle in the format:
* * * * *
* * * *
* * *
* *
*
Thread split from ancient thread, moved and given an appropriate title :)
@OP: You need to read this
Obvious troll is obvious?
If not then: I refuse to believe that you even tried to open the first page of a C textbook if you want a solution for this.
Don't listen to them endofworld201, I'll help you cheat. Here is my code, follow this and you'll be way ahead of your class before you know it
#include<stdio.h>
int main()
{
printf("\nRead the forum rules");
printf("\nRead your C text book");
return 0;
}
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.