Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
6いいね 93 views回再生

C Programming Course Day 1

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

コメント