Saturday 16 August 2014

Keyword in C

                    Keyword in C

There are total 32 keywords in C language.

1)      auto
2)      break
3)      case
4)      char
5)      const
6)      continue
7)      default
8)      double
9)      else
10)   enum
11)   extern
12)   float
13)   for
14)   goto
15)   int
16)   long
17)   register
18)   return
19)   short
20)   signed
21)   sizeof
22)   struct
23)   switch
24)   typedef
25)   union
26)   unsigned
27)   void
28)   volatile
29)   do
30)   if
31)   static

32)   while

No comments:

Post a Comment