Example: dental hygienist
C programming for embedded system applications

C programming for embedded system applications

Back to document page

Static variable example unsigned char count; //global variable is static – allocated a fixed RAM location //count can be referenced by any function. void math_op {int i; //automatic variable – allocated space on stack when function entered. static int j; //static variable – allocated a fixed RAM location to maintain the value

  Variable, Static, Static variable

Download C programming for embedded system applications


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries