单项选择题下列程序段的运行结果是( )。#include<stdio.h>void main(){ char str[]= ABC ,*p=str; printf( %d n ,*(p+3));}
单项选择题下列标识符不是关键字的是( )。