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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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