Example: air traffic controller
C programming for embedded system applications
• Hexadecimal: preface value with 0x or 0X m = 0xF312; n = -0x12E4; • Octal:preface value with zero (0) m = 0453; n = -023; Don’t use leading zeros on “decimal” values. They will be interpreted as octal. • Character: character in single quotes, or ASCII value following “slash” ...
Download C programming for embedded system applications
Information
Domain:
Source:
Link to this page: