C Course 2019-2020 - Week 1
November 14, 2019
Topics
- 'printf'
- Variables
- Operators
- 'scanf'
Resources
https://github.com/iztech-comsoc/c-course-2019-2020/releases/download/W1/Week.1.-.Resources.zip
Homework
https://github.com/iztech-comsoc/c-course-2019-2020/releases/download/W1/Week.1.-.Homework.zip
Solutions
https://github.com/iztech-comsoc/c-course-2019-2020/releases/download/W1/Week.1.-.Solutions.zip
Further Reading
printf format specifier
- https://www.tutorialspoint.com/format-specifiers-in-c
- http://www.cplusplus.com/reference/cstdio/printf/
Data Type Storage Sizes & Value Range
- https://www.geeksforgeeks.org/sizeof-operator-c/
- https://www.tutorialspoint.com/cprogramming/c_data_types.htm