อ้างอิง ของ ภาษาซี

  1. 1 2
  2. 1 2 "Verilog HDL (and C)" (PDF). The Research School of Computer Science at the Australian National University. 2010-06-03. สืบค้นเมื่อ 2013-08-19. 1980s: ; Verilog first introduced ; Verilog inspired by the C programming language
  3. "Write Objective-C Code". apple.com. 2013-04-23. สืบค้นเมื่อ 2013-12-22.
  4. WG14 N1570 Committee Draft — April 12, 2011
  5. ภาษาซี99 เพิ่มชนิดข้อมูล _Bool แต่มันไม่ใช่การปรับปรุงใหม่เพื่อเข้าสู่บริบทแบบบูล เราสามารถจำลองชนิดข้อมูลแบบบูลได้ดังวิธี enum { false, true } bool; แต่การกระทำเช่นนี้ก็ไม่เป็นการจัดสรรคุณลักษณะทั้งหมดของชนิดข้อมูลแบบบูล
  6. "Jargon File entry for nasal demons".
  7. Kernighan, Brian W. (February 1978). The C Programming Language (1st ed.). Englewood Cliffs, NJ: Prentice Hall. ISBN 0-13-110163-3. Unknown parameter |coauthors= ignored (|author= suggested) (help)This book was the first widely available book on the C programming language. The version of C described in this book is often referred to as K&R C.
  8. Dr. Dobb's Sourcebook. U.S.A.: Miller Freeman, Inc. November–December 1995 issue. Check date values in: |date= (help)
  9. "Using C for CGI Programming". linuxjournal.com. 2005-03-01. สืบค้นเมื่อ 2010-01-04.
  10. "10 Common Programming Mistakes in C". Cs.ucr.edu. สืบค้นเมื่อ 2009-06-26.
  11. Harbison, Samuel P. (2002). C: A Reference Manual (5th ed.). Englewood Cliffs, NJ: Prentice Hall. ISBN 0-13-089592-X. Unknown parameter |coauthors= ignored (|author= suggested) (help) This book is excellent as a definitive reference manual, and for those working on C compilers. The book contains a BNF grammar for C.
  12. รหัสตัวอย่างดั้งเดิมสามารถแปลได้บนตัวแปลโปรแกรมส่วนใหญ่ที่ไม่เข้มงวดเรื่องมาตรฐาน แต่มันก็ไม่สามารถปรับเปลี่ยนให้เข้ากับความจำเป็นของภาษาซี89หรือซี99ได้อย่างเต็มที่ ในความเป็นจริงแล้ว ภาษาซี99จำเป็นต้องสร้างข้อความวินิจฉัย
  13. ความจริงแล้วฟังก์ชัน main มีอาร์กิวเมนต์สองตัวได้แก่ int argc และ char *argv[] ตามลำดับ ซึ่งสามารถใช้จัดการกับอาร์กิวเมนต์บรรทัดคำสั่งต่าง ๆ ได้ มาตรฐานภาษาซีจำเป็นต้องรองรับ main ทั้งสองรูปแบบ ซึ่งเป็นการปฏิบัติพิเศษที่ไม่เกิดขึ้นกับฟังก์ชันอื่น
  14. ISO/IEC 9899:1999 specification, p. 47, § 6.3.2.3 (3)

แหล่งที่มา

WikiPedia: ภาษาซี http://cs.anu.edu.au/courses/ENGN3213/lectures/lec... http://cm.bell-labs.com/cm/cs/who/dmr/chist.html http://www.c-faq.com/ http://www.coding-guidelines.com/cbook/cbook1_2.pd... http://groups.google.com/group/comp.lang.c/msg/20b... http://www.linuxjournal.com/article/6863 http://www.scribd.com/doc/16306895/Draft-ANSI-C-Ra... http://www.cs.ucr.edu/~nxiao/cs10/errors.htm http://doc.cat-v.org/bell_labs/new_c_compilers/new... http://www.catb.org/jargon/html/N/nasal-demons.htm...