Information Technology Center
InfoDAM Technologies

Home
Registration
Tutordam® Cyber School

Great Online Support For Learning to Program Using The C Language!

TutorDAM
School of Programming
in Cyber Space

Learn about C here. Register and get all the lessons with email support. Lessons One, Two, Three and Four are written in a format to ensure that you understand the basics. From Lesson Five the empahsis is on providing students with sample code. If you are not familia with C then you should start with Lesson One.

  1. Lesson One Write your first program in C. Use the printf() function to display a prompt or message.

  2. Lesson Two Learn about data types and putchar( ) and getchar( ) functions

  3. Lesson Three In lesson three the scanf() function is used to get integer and float values.
  4. Lesson Four Part I Getting string input - gets() scanf() strlen()
  5. Lesson Four Part II Comparing, copying and concaternating strings
  6. Lesson Five Using the IF statement for selection
  7. Lesson Six Using the while loop for program iteration
  8. Lesson Seven Using the Case Statement
  9. Lesson Eight Printing your output on paper.
  10. Lesson Nine Working with Arrays - Learn to enter elements into a one dimensional array.
  11. Lesson Ten User Defined Functions - Send values to functions for processing and return results to the main function