Coggle requires JavaScript to display documents.
kiểu_dữ_liệu tên_biến;
#define tên_hằng giá_trị
const kiểu_dữ_liệu tên_hằng = giá_trị;
&
|
^
<<
>>
~
>
>=
<
<=
==
!=
-
++
--
+
*
/
%
!
&&
||
?:
=
+=
,
char
unsigned char
int
short
long
float
double
main()
{}
//
/* ... */
;
typedef
#define
#include