c program to print upper right triangle in the format:

* * * * *
* * * *
* * *
* *
*

Salem commented: A fool not pitied by Mr T -3
jephthah commented: haha awesome title +5

Recommended Answers

All 4 Replies

Thread split from ancient thread, moved and given an appropriate title :)

@OP: You need to read this

commented: Great new title :) +25
commented: Funny as hell. +2
Member Avatar for JenniLei

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.

commented: LOL +5

Thread split from ancient thread, moved and given an appropriate title :)

@OP: You need to read this

aww man. I though some n00b came up with this title. I should have
known. This is funny though.

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;	
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.