Posts

Showing posts with the label by awc services

source code of T alphabet pattern in c

Image
code: #include<stdio.h> #include<conio.h> #include<stdlib.h> int main() { int i,j; system("color 0A"); for(i=0;i<=11;i++) { for(j=0;j<=6;j++)         {       if(i>=0&&i<2||i>=2&&i<=11&&j==3)       {       printf("***");   }   else   {   printf("   ");//three spaces   }           }        printf("\n"); } getche(); } source code of T alphabet pattern in c, a alphabet pattern in c, abcd alphabet pattern, abdul wahab web developer, abdulwahab web developer,by awc services