Courier, monospace; font-size: large;"> {
for(c=A; c<=p; c++)
printf("%c",p);
printf("
");
}
getch();
return 0;
}
/**************************************************************
for(c=A; c<=p; c++)
printf("%c",p);
printf("
");
}
getch();
return 0;
}
/**************************************************************
The output of above program would be:
***************************************************************/![]() |
Figure: Screen shot for decrease character pyramid C program |
0 comments:
Post a Comment