Skip to Content
Learn C Programming
book

Learn C Programming

by Jeff Szuhay
June 2020
Beginner content levelBeginner
646 pages
14h 58m
English
Packt Publishing
Content preview from Learn C Programming
Appendix

C definition and keywords

The C specification has become quite large. You can read the full specification for each version at http://www.iso-9899.info/wiki/The_Standard.

C keywords

The following table provides a list of reserved keywords in C by category. These keywords cannot be redefined in your programs. Some of these have not been explained in this book:

Types Storage Classes Flow of Control
char auto break
const extern case
double register continue
enum static default
float typedef do
int else
long for
short goto
signed if
sizeof C11 Keyword Additions return
struct _Alignas2 switch
union _Alignof2 while
unsigned _Atomic ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn C Programming - Second Edition

Learn C Programming - Second Edition

Jeff Szuhay
C Programming Language, 2nd Edition

C Programming Language, 2nd Edition

Brian W. Kernighan, Dennis Ritchie

Publisher Resources

ISBN: 9781789349917Supplemental Content