https://mamchenkov.net/wordpress/2016/06/16/how-would-you-write-a-c-program-to-print-1-to-100-without-loop-recursion-and-goto/
How would you write a C program to print 1 to 100 without loop, recursion and goto?