Write the results of the following program
#include
main ()
{int i, j;
for (i = 1; I <10; i ++)
for (j = 1; j <<= i; j ++)
Printf ((j == i)? "M \ n": "m", i*j);
}
Welcome Guest.
Write the results of the following program
#include
main ()
{int i, j;
for (i = 1; I <10; i ++)
for (j = 1; j <<= i; j ++)
Printf ((j == i)? "M \ n": "m", i*j);
}
+4Votes
Program running results
m
Mm
Mmm
Mmmm
Mmmmm
Mmmmm
Mmmmmm
Mmmmmmm
MMMMMMMMM
Analysis:
This is a simple dual -cycle i co -cycle 9 times, J from 1 to i, when j! = I, output letter m, when j ==When i, output one from the change