Search C Program | nimishsoft@gmail.com

Number Pattern - 37

1
23
345
4567
56789
#include<stdio.h>

int main()
{
    int i,j,k;
    for(i=1;i<=5;i++)
    {
        j=i;
        for(k=1;k<=i;k++)
        {
            printf("%d",j++);
        }
        printf("\n");
    }
    return 0;
}



Related Links:
- More Number Pattern Programs
- Star Pattern Programs in C
- Alphabet Pattern Programs in C
- Series Programs in C


5 comments:

  1. #include
    int main()
    {
    int i, j;
    for (i=1; i<=5; ++i)
    {
    for (j=1; j<=i; ++j)
    {
    printf("%2d", i+j-1);
    }
    printf("\n");
    }
    return 0;
    }

    ReplyDelete
  2. Unable to withdraw funds in Binance
    Are you facing error while withdrawing funds in Binance account? Such errors need professional assistance and should be treated with extra precaution. To deal with abrupt Binance errors, users are advised to speak to the team of well-adroit executives who have gotten the accurate strategies and means to resolve the error immediately. What are you waiting for, why not you grab your phone and dial Binance support number to erase all the complexities in one shot. You know what, you don’t have to pay a single penny to attain their seamless services

    ReplyDelete