| 释义 |
fundamental type 基本类型 The set of arithmetic data type plus pointers. The fundamental types in C program comprise those data types that can be represented naturally on a particular machine, usually, this means integers and floatingpoint numbers (of various machinedependentsizes) and machine addresses. 一种算术数据类型和指针的集合。C程序中的基本类型包括那些可以方便地表示在特定计 算机中的数据类型,通常是指整数、浮点数(与各种大小不同的机器相对应的)和机器地址。 |