06/03/2016
http://technologymantrablog.com/c-program-to-print-star-digit-pattern/
Write a program to print star digit combination pattern, which looks something like this = 1 * * * * 2 * * * * 3 * * * * 4 [crayon-56dc248dc2d67017989058/] You can also use another method to display the desired output. For that, program is given below – [crayon-56dc248dc2d84141415366/]