Presentation is loading. Please wait.

Presentation is loading. Please wait.

Programming Language C Language.

Similar presentations


Presentation on theme: "Programming Language C Language."— Presentation transcript:

1 Programming Language C Language

2 Submitted to Submitted by Student Name Class X Section: ID:

3 C Programming Keywords

4 C Keywords Keywords are predefined, reserved words used in programming. Keywords are part of the syntax and cannot be used as an identifier. For example: int money; Here, int is a keyword that indicates money is a variable of type integer. As C is a case sensitive language, all keywords must be written in lowercase.

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

6 Feel free to ask 


Download ppt "Programming Language C Language."

Similar presentations


Ads by Google