Tutordam® Cyber School
Great Online Support For Learning to Program Using The C Language!
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.
- Lesson One Write your first program in C. Use the printf() function to display a prompt or message.
- Lesson Two Learn about data types and putchar( ) and getchar( ) functions
- Lesson Three In lesson three the scanf() function is used to get integer and float values.
- Lesson Four Part I Getting string input - gets() scanf() strlen()
- Lesson Four Part II Comparing, copying and concaternating strings
- Lesson Five Using the IF statement for selection
- Lesson Six Using the while loop for program iteration
- Lesson Seven Using the Case Statement
- Lesson Eight Printing your output on paper.
- Lesson Nine Working with Arrays - Learn to enter elements into a one dimensional array.
- Lesson Ten User Defined Functions - Send values to functions for processing and return results to the main function
|