totn C Language

C Tutorial (Complete)

Congratulations, you have completed the C Language tutorial.

Tutorial Summary

This C tutorial covered topics such as:

  • Introduction to C
  • Compiling and Linking
  • File Naming

Preprocessor concepts were covered such as:

  • Preprocessor Directives
  • #include Directive
  • #define Directive
  • #undef Directive
  • #if Directive
  • #ifdef Directive
  • #ifndef Directive
  • #elif Directive
  • #else Directive
  • #endif Directive
  • #warning Directive
  • #error Directive

Programming concepts were covered such as:

  • Comments
  • Variables
  • Integer Variables
  • Float Variables
  • First Program

These are just some of the many topics covered in this tutorial. C is a great language to add to your programming toolkit.

Other Tutorials

Now that you know the basics of the C programming language, learn another technology.

Try one of our other tutorials:

There is still more to learn!