What are the major differences between ANSI C and K&R C?

后端 未结 11 1452
不知归路
不知归路 2020-11-29 04:10

The Wikipedia article on ANSI C says:

One of the aims of the ANSI C standardization process was to produce a superset of K&R C (the first publishe

11条回答
  •  一整个雨季
    2020-11-29 04:41

    The biggest single difference, I think, is function prototyping and the syntax for describing the types of function arguments.

提交回复
热议问题