Some wholly unnecessary scripts, written in the C language
-
A couple of simple factorial algorithms (no caching/memoisation)
-
A script to check if a string is a palindrome (case sensitive)
-
A few scripts to calculate the sums of various things
-
A script demonstrating the difference between the
breakandcontinuestatements -
A script demonstrating the difference between the
whileanddo whileloops -
A script to find the smallest of three numbers using an
if elsechain -
A script to print the multiplication (or time's) table of a number using a
whileloop









