c - C中的 "Real Types"和 "Arithmetic Types"有什么区别?

标签 c types c99

C99 标准是这样描述它们的:

The integer and real floating types are collectively called real types.

Integer and floating types are collectively called arithmetic types.

这是否意味着它们在 C 语言中是同一回事?或者它们之间有什么区别?

最佳答案

复杂类型是算术类型,但不是实数类型。

关于c - C中的 "Real Types"和 "Arithmetic Types"有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3886739/

相关文章:

c - 如何解决这个linux定时器错误

haskell - 在 Haskell 中使用 Data.Reflection 返回具体化类型

c++ - C 和 C++ 中 char 的区别?

c - 为什么 C99 中的这个语句在 C11 中发生了变化?

c - 在C中通过标记读取字符串标记

c - C 中的英特尔 AVX 乘法错误,

C中通过管道进行通信

java - 在 Java 中使用什么数据类型来赚钱?

c - C99 标准中的默认参数提升

c - C90 和 C99 中复合类型对象的对齐