Please enable JavaScript.
Coggle requires JavaScript to display documents.
:star: ความรู้พื้นฐานโปรแกรมภาษาซี :star: - Coggle Diagram
:star:
ความรู้พื้นฐานโปรแกรมภาษาซี
:star:
1+1 การคำนวณทางคณิตศาตร์ 2+2
+ / c = a + b;
- / c = a + b;
x / c = a *
b;
÷ / c = a / b;
% / c = a % b;
:check:การแสดงผลและการรับค่า:check:
ตัวแปร = %c %d %o %f %x
c = char
printf (“สายอักขระควบคุม”, ตัวแปร);
d o x = int
f = float
:warning:
ตัวแปร (Varible)
:warning:
:green_cross:
กฎการตั้งชื่อตัวแปร
:check:
การตั้งชื่อตัวแปรมีข้อกําหนดดังนี้
ประกอบด้วย a ถึง z, 0 ถึง 9 และ _ เท่านั้น
อักขระตัวแรกต้องเป็น a ถึง z และ _
ห้ามใช้ชื่อเฉพาะ
ตัวพิมพ์ใหญ่ ตัวพิมพ์เล็ก มีความหมายที่แตกต่างกัน
ยาวสูงสุด 31 ตัวอักษร
⛓ ชนิดข้อมูล ⛓
integer -int
float -float
character -char
double -double
:<3:
โครงสร้างของโปรแกรมภาษาซี
:<3:
ข้อความสั่งตัวประมวลผลก่อน (Preprocessor Statements)
#include <stdio.h>
ข้อความสั่งหมายเหตุ (Comment Statements)
// ข้อความ
/+ ข้อความ +/
:eight_pointed_black_star:
ตัวคงที่
:eight_pointed_black_star:
const ชนิดข้อมูล ชื่อตัวแปร = ค่าที่เก็บในตัวแปร;
#define ชื่อตัวคงที่ ค่าคงที่