C Star Pattern Program with Easy Solutions | Part - 1



Star Pattern Programs with Solutions



C Star Pattern Program


1. Write a program using one print statement to print the pattern of asterisks as shown below

   ****
Get Solution>>





2. Write a program using one print statement to print the pattern of asterisks as shown below

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

Get Solution>>






3. Write a program using one print statement to print the pattern of asterisks as shown below

   *
   **
   ***
   ****

Get Solution>>





4. Write a program using one print statement to print the pattern of asterisks as shown below


        *
      **
    ***
  ****  

Get Solution>>






5. Write a program using one print statement to print the pattern of asterisks as shown below


    ****
    ***
    **
    * 

Get Solution>>






Post a Comment

0 Comments