2.执行下面程序的结果?
Main( )
{ int I,j;
For( i=1; i<5; i++)
{for (j=1;j<= I;j++)
Printf(“*”);
Printf(“\n”);
}
结果如下
* ** *** ****