0% found this document useful (0 votes)
92 views1 page

C Language Reference Manual Guide

This document provides a reference manual for the C programming language. It covers topics such as data types, operators, statements, functions, libraries, and more. Sections include information on for statements, function definitions, function prototypes, header files, identifiers, integers, if/goto statements, initialization, and libraries like stdio.h. The manual serves as a guide to the syntax and semantics of the C language.

Uploaded by

Gautam Brown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views1 page

C Language Reference Manual Guide

This document provides a reference manual for the C programming language. It covers topics such as data types, operators, statements, functions, libraries, and more. Sections include information on for statements, function definitions, function prototypes, header files, identifiers, integers, if/goto statements, initialization, and libraries like stdio.h. The manual serves as a guide to the syntax and semantics of the C language.

Uploaded by

Gautam Brown
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

C Language Reference Manual

for statements, 96 H
Formal parameter
and data affinity, 142 Header files
fortran keyword, 189 changes, 22
fprintf, 176 Headers
fscanf, 176 standard, 21
ftell function Hexadecimal escape sequences, 26
errno on failure, 177 __high_multiply, 196
-fullwarn compiler option Hints, 3
scope, 11
Function definitions, 101
Function names I
changes, 20
Function pointer casts, 188 -I compiler option, 165
Function prototype scope, 11, 32 Identifiers, 23, 157
Function prototypes, 18 case distinctions, 157
incompatible types, 19 definition, 23
inconsistent, 19 disambiguating, 10
Function scope, 11, 32 linkage, 12, 34
Functions scope, 10
built-in IEEE
See "Built-in functions", 195 floating point, 44
calls, 52 if statements, 94
declarators, 82 iIntegers
designators sizes, 159
conversions, 47 Implicit declarations, 86
external Include files, 165
definition, 101 maximum nesting depth, 166
mixed use, 18 quoted names, 165
non-void, 4 Inclusive or operator, 62
nonprototyped, 54 Incompatible types
prototyped, 53 function prototypes and, 19
prototypes, 82, 84 Increment operator, 56
storage-class specifiers, 101 Index array
type, 102 example, 151
Indirect references, 54
Indirection operator, 55
G init-declarator-list
definition, 69
Gang scheduling, 122 Initialization, 88
getenv function, 185 and storage duration, 70
goto statements, 97 examples, 90

204 007–0701–130

You might also like