Latest C Aptitude Question SOLUTION: write a prog such that take 'n' as input and print the o/p. for example if n=3 then o/p is as folows 1 2*2 3*3*3 3*3*3 2*2 1 and if n=6, then 1 2*2 3*3*3 4*4*4*4 5*5*5*5*5 6*6*6*6*