Thread: looking documents for C standard

  1. #1
    Registered User
    Join Date
    Jul 2022
    Posts
    17

    looking documents for C standard

    Hi,

    I am very new to c programming language. I want to read and understand c standards. I am looking documents for C standard. I don't find links on internet.

    kindly refer link for C standard

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    First off, reading the standard won't teach you how to program.

    Any more than reading a dictionary can help you learn a natural language.

    For $0
    The last draft for C99 is at Index of /jtc1/sc22/wg14/www/docs/n869 - the PDF is probably the one to get.
    If you want a really deep rabbit hole, just go to the parent directory Index of /jtc1/sc22/wg14/www/docs

    Actual proper standards (ones you would use if you were writing say a compiler) cost $$$.


    See C (programming language) - Wikipedia for more links to the later revisions known as C11, C17, C2x
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 03-19-2017, 03:18 PM
  2. Tabbed documents
    By xixpsychoxix in forum Windows Programming
    Replies: 5
    Last Post: 03-30-2009, 06:38 PM
  3. Documents
    By TuxPayne in forum C Programming
    Replies: 1
    Last Post: 09-20-2005, 07:20 AM
  4. accessing documents in a MDI app
    By Tesita in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2001, 06:11 PM
  5. standard language, standard compiler?
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 09-03-2001, 04:21 AM

Tags for this Thread