Showing posts with label how many keywords in c programming language. Show all posts
Showing posts with label how many keywords in c programming language. Show all posts

Thursday 8 March 2018

keywords in C programming

  Keywords in C Programming:-



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

 It  is  a reserved words in C library and used to perform an internal operation

For more info click here