Constants
Constants or literals are tokens representing fixed numeric or character values.
The mikroC PRO for ARM supports:
- integer constants
 - floating point constants
 - character constants
 - string constants (strings literals)
 - enumeration constants
 
The data type of a constant is deduced by the compiler using such clues as a numeric value and format used in the source code.
            Copyright (c) 2002-2012 mikroElektronika. All rights reserved.
      
What do you think about this topic ? Send us feedback!
      
  What do you think about this topic ? Send us feedback!



