Monday, 7 September 2020

Keywords in c

Keywords in c 

There are 32 Reserve words/keywords  in c programming language

 

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

auto

 static

extern

register

int

long

float

double

char

void

signed

unsigned

for

do

while

if

else

switch

case

break

continue

default

goto

struct

union

return

Size of

type def

volatile

short

const

enum

 

 

No comments:

Post a Comment

Variables in C

What is variables:- A  variable  is nothing but a name given to a storage area that our programs can manipulate. Each  variable in C  has a ...