C program to print the star diamond pattern
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * kodingwindow@kw:~$
What Next?
C program to print the alphabets diamond pattern
C program to find the min and max of given numbers
C program to print alphabets using the ASCII values
Advertisement