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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -