单项选择题设有如下的程序段: char str[]= Hello ; char *ptr; ptr=str; 执行完上面的程序段后,*(ptr+5)的值为( )。
单项选择题语句:printf( %d n ,12&012);的输出结果是( )。