CSC270 Survey of Programming Languages In Class Exercises
Cross Platform Code: Count legs in a list of animals (spiders with 8 legs and dogs with 4 legs)
C - no recursion
C - recursion
C++ no recursion
C++ recursion