In: Computer Science
I need 3 examples of Uniformity and Generality in C programing. Also one example of non-regularity.
Generality:
Generality in C refers to feature integration. It deals with the human friendly aspects of C programming that make it easy to learn.
Examples
Uniformity
It deals with the fact that similar looking syntactic structures should have the same meanings. This is also not true for C.
Examples:
Non regularity:
Non regularity deals with complexity and the obscure nature of a programming language caused by above features.
Example:
C accepts various values except arrays as data types.