อือหือ นี่ก็เพิ่งรู้ว่ามันจำกัดจำนวนบิทแบบนี้ได้นะเนี่ย
จอยเก็บมะม่วงได้ 12 ผล โจ้เก็บมะม่วงได้มากกว่าจอย 8 ผล โจ้เก็บมะม่วงได้กี่ผล
ตอบ 4 ถูกแล้วครับ!!! เหตุผลอยู่ด้านล่างนี้
จริงๆ แล้ว ครูกำลังสอนเขียนโปรแกรมภาษา C โดยบังคับให้ใช้ตัวแปรเฉพาะ unsigned int 4 bit อยู่ครับ ซึ่งตัวแปรดังกล่าวจะเก็บค่าได้แค่ 0 - 15
ดังนั้นจอยมีมะม่วง 12 ผล โจ้เก็บได้มากกว่า 8 ผล พอบวกกันแล้วมัน overflow ค่าจึงวนกลับไปกลายเป็น 4 นั่นเอง!!!
ตรวจสอบได้จากโค้ดในภาพที่แนบมาได้เลย
同時也有1部Youtube影片,追蹤數超過12萬的網紅prasertcbs,也在其Youtube影片中提到,- วิธีการออกแบบโปรแกรม โดยแยกส่วนต่าง ๆ ออกเป็นฟังก์ชัน - การเลือกประเภทตัวแปรอย่างเหมาะสม เช่น การใช้ unsigned int เพื่อเก็บค่าตัวเลขจำนวนเต็มบวก - ก...
「unsigned int」的推薦目錄:
unsigned int 在 prasertcbs Youtube 的最佳解答
- วิธีการออกแบบโปรแกรม โดยแยกส่วนต่าง ๆ ออกเป็นฟังก์ชัน
- การเลือกประเภทตัวแปรอย่างเหมาะสม เช่น การใช้ unsigned int เพื่อเก็บค่าตัวเลขจำนวนเต็มบวก
- การใช้ for loop ในการสร้างฟังก์ชันสำหรับคำนวณค่า factorial
- การเรียกใช้งานฟังก์ชัน
ดาวน์โหลดโค้ดได้ที่ ► https://goo.gl/SkPGD8
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
playlist สอนภาษา C++ ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEfZwqM2KyCBcPTVsc6cU_i
playlist สอนภาษา C เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHHgz0S1tSyIl7vkG0y105z
playlist สอนภาษา C# ► https://www.youtube.com/playlist?list=PLoTScYm9O0GE4trr-XPozJRwaY7V9hx8K
playlist สอนภาษา Java ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF26yW0zVc2rzjkygafsILN
playlist สอนภาษา Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH4YQs9t4tf2RIYolHt_YwW
playlist สอนภาษาไพธอน Python OOP ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEIZzlTKPUiOqkewkWmwadW
playlist สอน Python 3 GUI ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFB1Y3cCmb9aPD5xRB1T11y
playlist สอนภาษา PHP เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH_6LARFxozL_viEsXV2wgO
playlist สอนภาษา R เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF6qjrRuZFSHdnBXD2KVICp
unsigned int 在 資料型態(C語言) - 維基百科,自由的百科全書 的相關結果
0至18446744073709551615, %lu, 整數(Unsigned Integer)或 ... typedef struct Bintree { int data; struct bintree *lchild; // left child of the node struct ... ... <看更多>
unsigned int 在 unsigned int_百度百科 的相關結果
int 整型是計算機編程語言中的一種基本數據類型,通常反映了所用機器中整數的最自然長度。int整型可以劃分為帶符號的(signed)和無符號的(unsigned)兩種, ... ... <看更多>
unsigned int 在 資料類型範圍 的相關結果
本文內容. 另請參閱. Microsoft c + + 32 位和64位編譯器會辨識本文稍後的表格中的類型。 int ( unsigned int ). __int8 ( unsigned __int8 ). ... <看更多>