Breaking

Thursday 25 April 2019

Keywords in C | C Programing Tutorial | List Of Keywords


Keywords in C

A keyword is a reserved word. You cannot use it as a variable name, constant name, etc. There are only 32 reserved words (keywords) in the C language.

A list of 32 keywords in the c language is given below:

auto
break
case
char
const
continue
default
do
double
alse
enum
extern
float
for
goto
If
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while

No comments:

Post a Comment