Print square using Printf statement
Write a C Program to Print square using Printf statement
Required Knowledge:
Fundamentals of C,printf statement
1 #include<stdio.h>
2 void main()
3 {
4 printf("The printing of Square through printf staement:\n\n");
5
6 printf(" ********* \n");
7 printf(" * * \n");
8 printf(" * * \n");
9 printf(" ********* \n");
10 }
Comments
Post a Comment
Dears! Yours Comment approved in 24 hours also your answer in 24 hours.......