C language all keywords in
Answers
Answered by
4
Answer:
There are 32 keywords in C
They are -
- 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.
Note: Keywords are case sensitive.
Explanation:
Hope it helps you..Please mark this answer as the brainliest.
10 thanks + follow = inbox ✌✌
Answered by
0
Answer:
auto
break
register
etc
Attachments:
Similar questions