AD1

Sunday, 5 February 2017

No loops

Write a C program to print the numbers from 1 to 10 without using any looping statements (for/while/do while)
also do not write printf() 10 times


No comments:

Post a Comment