hi, the ans is
void main()
{
int n=4,i,j
for (i=0;i<4;i++)
{
for (j=0;j<=i;j++)
{
printf (" * ");...