Monday, October 14, 2019

How will you print pyramid

/*C program to print below Pyramid: */
 
#include<stdio.h>
 
#define LIMIT 5

int main()
{
    int i,j;

    for(i=0; i< LIMIT; i++)
    {
        for(j=0;j<=i;j++)
        {
            printf("*");
        }
        printf("\n");
    }
    return 0;
 
}

Also Provide

GST billing software

Stock Management software

Mobile application development

Payment Gateway Integration(core PHP, Laravel and Python)

Prime Programmer


    8795202855

Prime Programmer


2 comments:

  1. Below I would like to make an introduction of the basic terms and concepts used by the standard payment processing services, to help sellers Understand better what they need to compare when choosing an payment processing service.Double Helix Adult Merchant Account

    ReplyDelete
  2. I haven’t any word to appreciate this post.....Really i am impressed from this post....the person who create this post it was a great human..thanks for shared this with us. how to start a payment gateway company

    ReplyDelete

colourful pyramid using PHP

  <! DOCTYPE html > < html lang = "en" > < head >   < title >Colorfull Pyramid</ title >   < me...

Clock