#include<stdio.h>
#include<conio.h>
main()
{
int a,b,n;
char ch='*';
printf("Enter No of Count");
scanf("%d",n);
for(a=0;a<n;a++)
{