difference between the two?


What is the difference between the following two variable declaration?

unsigned char var;
and
unsigned char data var;

More questions in this forum