Monday, May 16, 2016

Star Patterns in C (Solve in link)

Pattern solve in C. Collected from Program in C Blog.


    *
   *** 
  *****
 *******
*********
*********
 *******
  *****
   ***   
    *
Code of above pattern

Code of above pattern

**********
****  ****
***    ***
**      **
*        *
**      **
***    ***
****  ****
**********
    *
   *** 
  *****
 *******
*********
 *******
  *****
   ***   
    *
Code of above pattern

Code of above pattern

*
**
***
****
*****
*****
****
***
**
*
Code of above pattern

Code of above pattern

    *
   **
  ***
 ****
*****
*****
 **** 
  *** 
   ** 
    *
Code of above pattern

Code of above pattern

    *
   * *
  *   *
 *     *
*       *
 *     *
  *   *
   * *
    * 

Code of above pattern




Related Links:
Number Pattern
http://cbasicprogram.blogspot.in/2012/04/number-patterns.html

Alphabet Pattern
http://cbasicprogram.blogspot.in/2013/03/alphabet-patterns.html

Series Programs
http://cbasicprogram.blogspot.in/2013/01/series-program.html

No comments:

Post a Comment

পোস্ট সম্পর্কে মতামত দিন