Keywords in C language

Keywords are some words, which meaning is already reserved by the compiler. So these words are also called reserved words.

In C, there are 32 keywords as listed below.

auto double int struct
break else long switch
case enum register typedef
char extern return unsigned
const float short union
continue for signed void
default goto sizeof volatile
do if static while
Previous Back to C Programming index Next

Comments

Popular posts from this blog

String in golang

Inline V/S Block Level Element

Floating point Data types in Go lang

Escape Sequence | Formatted Printing | Interview Questions

Sum of two numbers

Operators in C Language| Part-4

Printing in C programming

Arrays in C Language

Program to check a year is leap year or not.

Data types in Java