C Programming Course Day 1
It is one of the most popular programming language in the world
C is very fast, compared to other programming languages, like Java and Python
It is not necessary to have any prior programming experience.
Syntax
C Comments
C Variables
Data Types
Basic Data Types
Data Type Size Format Specifiers
int 2 or 4 bytes %d or %i
float 4 bytes %f
double 8 bytes %lf
char 1 byte %c
コメント