All keywords in C are in
Answers
Answered by
0
All keywor ds in C are in Lowercase letters.
There are 32 keywords in C:
- auto
- break
- case
- char
- const
- continue
- default
- do
- double
- long
- return
- register
- short
- signed
- sizeof
- static
- int
- else
- enum
- entern
- float
- for
- goto
- if
- struct
- switch
- typedef
- union
- unsigned
- void
- volatile
- while
Similar questions