- C
- C++
- Java
- C#
- Python
C
#include<stdio.h>
int main()
{
int i,j;
for(i=1; i<=5; i++)
{
for(j=1; j<=5; j++)
{
printf("*"); // put any character
}
printf("\n");
}
return 0;
}
SoftEthics Technologies & Programming Lab
Copyright at The Pattern Programs | SoftEthics® 2013-2021 All rights reserved.
Thank you Sir. Awesome explanation