What is the difference between "Real Types" and "Arithmetic Types" in C? -


the c99 standard describes them so:

the integer , real floating types collectively called real types.

integer , floating types collectively called arithmetic types.

does mean they're same thing in c? or there differences between them?

complex types arithmetic types, not real types.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -