Please enable JavaScript.
Coggle requires JavaScript to display documents.
C Progamming - Coggle Diagram
C Progamming
Operators ตัวดำเนินการทางคณิตศาสตร์
+
.
+
*
/
%
Data Typea ชนิดตัวแปร
String อักขระ แทนด้วย %s
Integer ตัวเลขจำนวนเต็ม แทนด้วย %d
Char ตัวอักษร แทนด้วย %c
Float ตัวเลขจำนวนจริง แทนด้วย %f
Flowchart
Start/End
Input/Output
Process
Condition
Basics
ค่าสั่งแสดงผล
pintf
ค่าสั่งรับค่าจากแป้นพิมพ์
Scanf
หรัสควบคุมEscape Sequence
/n การขั้นบรรทัดใหม่
/t การขึ้นบรรทัด
/a การสั่งเสียง
Library
Stdio.h
math.h
modf
Problem ปัญหาที่พบ