The C language also exhibits the following more specific characteristics:



  1. There are a small, fixed number of keywords
  2. There are a large number of arithmetical and logical operators, such as +, +=, ++, &, ~, etc.
  3. More than one assignment may be performed in a single statement.
  4. Extensive use of function calls
  5. Declaration syntax mimics usage context.
  6. User-defined (typedef) and compound types are possible.
  7. Loose typing - unlike PASCAL
  8. It produces efficient programs.
  9. Structured language
  10. A preprocessor performs macro definition.
Next Post Previous Post
No Comment
Add Comment
comment url