All Patterns in C listed in here.


1.  This is a Program to Print half pyramid  like this image drawing . Go this link to watch .
              *
            **
           ***
         ****
       *****
2. This is also a c program to print Half pyramid but with number .Click down to watch .
1
  12
    123
      1234
        12345
3. This is also a c program to print Inverted Half Pyramid .Click down to watch .
*****
  ****
    ***
     **
       *
4. This is also a c program to print Ball Pattern .Click down to watch .
           * * * * *  * * * * *
           * * * *        * * * *
           * * *              * * *
           * *                    * *
           *                          *
           *                          *
           * *                    * *
           * * *              * * *
           * * * *        * * * *
           * * * * *  * * * * *

5. This is also a c program to print Inverted Half Pyramid .Click down to watch . 6. This is also a c program to print Full Pyramid .Click down to watch . . This is also a C program to print Heart pattern. .Click down to watch .

0 comments:

Post a Comment