User Tools

Site Tools


embedded:c

This is an old revision of the document!


C

VARIABLES

  • char - 1 byte - is used to store a single character (ASCII) value
char Temp;    // Variable definition or declaration (letting compiler know we will need it in the future)
Temp = 25;    // Variable initialisation (assigning a value)
embedded/c.1757362469.txt.gz · Last modified: by v1ctor