Welcome to the forum, Chrysanterus!
Always better if you start a new thread for a request.
I've zipped up all the example programs that I got with Turbo C. You can d/l the self extracting file from Swoopshare, here:
http://en.swoopshare.com/file/71f8ef6d5a664112a30d0c420ec58218/TCexamples?tags=TCexamples&lang=en
note that this is from an early version. Since then, gets() and flush(stdin), have been deprecated. Use fgets() and getchar() (to pull the newline char off the keyboard buffer after a scanf()), instead.
If you google for C tutorials, you'll find some good one's - including long video's on beginning and intermediate C, from some good universities (Stanford, etc).