Posts
 
Reputation
Joined
Last Seen
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
2 Commented Posts
0 Endorsements
Ranked #107.70K
~212 People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for seo2005

void main() { int i,j; clrscr(); for(i=4;i>=1;i--) { printf("\n"); for(j=1;j<=i;j++) printf("*"); } }

Member Avatar for archi vachhani
0
212

The End.