In this module, you will learn C's main function, use of printf, and how to write comments, arguments and return values within your programs. You will also discover the different C data types, variable naming conventions, how to declare and define variables and the differences between global, local, and static variables.
- Main Function
- Main Function - Implementation
- Printf Function
- Comments
- Comments - Implementation
- Arguments and Return Values
- Constants
- Constants - Implementation
- DataTypes
- DataTypes - Types
- DataTypes - Implementation
- Variables
- Variable naming convention
- Variable - Types
- Variable - Implementation
- Declaration Vs Definition
- Declaration and Definition
- Global vs Local vs Static
- Global vs Local vs Static - Implementation
- Standard Input Output
- Standard Input Output - Types