Tag Archives: things

C001 5 things you should know before you start learning C programming

1. Keywords Keywords are reserved words which are found in Data Types,Control Statements and Function names. 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   All keywords are in Lower case.… Read More »