单项选择题判断字符串s1是否大于字符串s2,应该使用( )。
单项选择题下列程序段的运行结果是( )。#include<stdio.h>void main(){ char str[]= ABC ,*p=str; printf( %d n ,*(p+3));}