iam trying to access char bdata buff1[10] but getting some syntax errors. i wrote the code as below to access the array
char bdata buff[10]; bit arr07=1;
sbit mybit4 unsigned int i=0; for(i=0;i<=10;i++) { mybit4 = buff[i] ^ 4; buff[i]^4=(buff[i]^4&arr07); }