C Programming and Technical Programming Output

is string is different from arrays

Read Solution (Total 6)

C Other Question

sort the elements of an array without using any another array how to make this program 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*6*6
6*6*6*6*6*6
5*5*5*5*5
4*4*4*4
3*3*3
2*2
1