mamchenkov.net
How would you write a C program to print 1 to 100 without loop, recursion and goto?
I came across this Quora question today - "How would you write a C program to print 1 to 100 without loop, recursion and goto?" As always, there is a plethora of answers, of which I liked the following two. Jonathan Day goes into how the specification can be misinterpreted in a variety of ways, … Continue reading How would you write a C program to print 1 to 100 without loop, recursion and goto?