This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

difference between the two?


What is the difference between the following two variable declaration?

unsigned char var;
and
unsigned char data var;

0