Characteristics of C Programming
There are 6 characteristics:
Keywords
Operators
Separators
Constant
Predefined Functions
Syntax
Keywords
Keywords are words that have special meaning to the C compiler.
An identifier can't have the same spelling and case as a C keyword. We ...
blog.malivinayak.com2 min read