7、在一维数组unsigned char code table[]= {0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f,0xff}中,c=&table[3]- &table[0]的值是多少?如果一维数组定义为unsigned int类型,则c又是多少?

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/29 21:18:30
7、在一维数组unsignedcharcodetable[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f,0xff}中,c=&table[3]-&table[0]

7、在一维数组unsigned char code table[]= {0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f,0xff}中,c=&table[3]- &table[0]的值是多少?如果一维数组定义为unsigned int类型,则c又是多少?
7、在一维数组unsigned char code table[]= {0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f,0xff}中,
c=&table[3]- &table[0]的值是多少?如果一维数组定义为unsigned int类型,则c又是多少?

7、在一维数组unsigned char code table[]= {0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f,0xff}中,c=&table[3]- &table[0]的值是多少?如果一维数组定义为unsigned int类型,则c又是多少?
c=&table[3]- &table[0]的值是3