Skip to content
View suraj5157d's full-sized avatar

Block or report suraj5157d

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suraj5157d/README.md

#include<stdio.h> int main() { int n,i,j; printf("Enter the number you want to print star pattern"); scanf("%d",&n); for(i=1; i<=n; i++) { for(j=1;j<=n;j++) { if(j>=(n+1)-i) printf("*"); else printf(" ");

	}
}
printf("\n");

}

Popular repositories Loading

  1. suraj5157d suraj5157d Public

    Config files for my GitHub profile.

    C

  2. index index Public

  3. htmlfile htmlfile Public

  4. htmlf htmlf Public

  5. Pull-N-Merge Pull-N-Merge Public

    Forked from ElixirTechCommunity/Pull-N-Merge

    Pull N Merge