This International Standard specifies the form and establishes the interpretation of programs written in the C programming language. It specifies:the representation of C programsthe syntax and constraints of the C languagethe semantic rules for interpreting C programsthe representation of input data to be processed by C programsthe representation of output data produced by C programsthe restrictions and limits imposed by a conforming implementation of CThis International Standard does not specifythe mechanism by which C programs are transformed for use by a data-processing
systemthe mechanism by which C programs are invoked for use by a data-processing
systemthe mechanism by which input data are transformed for use by a C programthe mechanism by which output data are transformed after being produced by a C
programthe size or complexity of a program and its data that will exceed the capacity of any
specific data-processing system or the capacity of a particular processorall minimal requirements of a data-processing system that is capable of supporting a
conforming implementation.