单项选择题设有定义int a=1;float f=1.2;charc=''a'';,则下列表示错误的是( )。
单项选择题有以下程序#include<string.h>#include<iostream.h>void main( ){ char *p= abcde 0fghjik 0 ;cout < < strlen(p);}程序运行后的输出结果是( )。