在C语言中编写一个程序来打印菱形图案

/* Program to print Diamond Pattern */ #include int main(){ int i,j,k; clrscr(); printf("