Logical pattern printing in c

28 Dec 2022 Balmiki Mandal 0 C Programming

Logical Pattern Printing in C: Learn How to Create Beautiful and Complex Patterns

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

 

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

Program 04:

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

Square Star Pattern

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

Hollow Square Star Pattern

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

Hollow Square Star Pattern with Diagonal

*****
*   *\
*\  *
*   *
*****
  • Hollow Square Star Pattern with Diagonal:
*******
*     *
*     *
*  *  *
*******

Rhombus Star Pattern

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


Enroll Now:

C-Programming From Scratch to Advanced 2023-2024] "Start Supercharging Your Productivity!"

Contact Us:

  • For any inquiries, please email us at [[email protected]].
  • Follow us on insta  [ electro4u_offical_ ] for updates and tips.
Note: If you
 encounter any issues or specific errors when running this program, please letme know and I'll be happy to help debug them! 
 

BY: Balmiki Mandal

Related Blogs

Post Comments.

Login to Post a Comment

No comments yet, Be the first to comment.