摘要:        
int main(){	char abc[] = "abc";	char def[] = "def";	char * const array[] = {"abc", "def"};	char * const array2[] = {abc, def};	const char * array3[3] = {"abc", "def"};	//char * const array3[2];	//erro...    阅读全文
        
            posted @ 2010-07-05 09:47
︶ㄣ第二名
阅读(1432)
评论(0)
推荐(0)
        
 
                    
                 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号