C Program to print the series of star pattern .
Hello Everyone,
So in this blog we are going to solve various questions of star series in c language . So it is very interesting and exciting project.
So let's get started .
Question 1 :
Write a Program to print the following series .
*
**
***
****
*****
solution :
Output :
Question 2 :
Write a Program to print the following series .
*
***
*****
*******
Question 3 :
Write a Program to print the following series .
*
***
*****
*******
Output :
Question 4 :Hope you enjoyed it . For any querys please let me know in the comment section . Tuned it for more codes .
Comments
Post a Comment