Joined
Last Seen
-8 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #107.70K
1 Posted Topic
void main() { int i,j; clrscr(); for(i=4;i>=1;i--) { printf("\n"); for(j=1;j<=i;j++) printf("*"); } }
The End.
archi vachhani