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

coding query

hi can some one tell me wat does idata in the following line does??

unsigned char idata keypad[4][4]= {        '1','2','3','/',
                                                            '4','5','6','*',
                                                                '7','8','9','-',
                                                                'Z','0','X','+',};