Sunday 3 August 2014

Static Variables In Embedded Programming


As a newbie to embedded programming ,Static storage class specifier was one that was difficult to comprehend.Google didn't help me understand much about how these variables are stored in memory.But then collecting a plethora of bits and pieces from google has given me some insight on how these variables work and are stored in memory.So thought this post would help a few.
To begin with the name.............(Read More)