|
Array Data TypesThe basic data types are: char one 8-bit byte, from 0 to 255
A compound data type compound_type can be built from any combination of basic or previously defined data types as follows: struct compound_type { A dimlist is a comma delimited list of dimension lengths, or lists in the format returned by the dimsof function, or ranges of the form min_index:max_index. (By default, min_index is 1.) For example, the complex data type is predefined as: struct complex { double re, im; } |