שפת C/נספחים: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
Atavory (שיחה | תרומות)
דף חדש: ==טווחי טיפוסים== {| border="1" cellpadding="1" |- ! טיפוס בסיסי ! גודל מינימלי (ב{{מונח|בתים|יחידות זיכרון, שכל אחת מהן ...
 
Atavory (שיחה | תרומות)
אין תקציר עריכה
שורה 1:
{{שפת C}}
 
 
==טווחי טיפוסים==
 
שורה 33 ⟵ 36:
| 4,294,967,295
|}
 
 
==מילים שמורות==
 
{{בעבודה}}
 
{{להשלים}}
 
ANSI C (C89)/ISO C (C90) keywords:
 
* auto
* break
* case
* char
* const
* continue
* default
* do
 
 
* double
* else
* enum
* extern
* float
* for
* goto
* if
 
 
* int
* long
* register
* return
* short
* signed
* sizeof
* static
 
 
* struct
* switch
* typedef
* union
* unsigned
* void
* volatile
* while
 
Keywords added to ISO C (C99) (Supported only in new compilers):
 
* _Bool
* _Complex
 
 
* _Imaginary
* inline
 
 
* restrict
 
Specific compilers may (in a non-standard-compliant mode) also treat some other words as keywords, including asm, cdecl, far, fortran, huge, interrupt, near, pascal, typeof.
 
Very old compilers may not recognize some or all of the C89 keywords const, enum, signed, void, volatile as well as the C99 keywords.