单项选择题以下程序的输出结果是( )。 #include<iostream.h> int fun (char*s) { char *p=s; while (*p!=' 0,) p++: return (p-s): } void main() { cout<<fun ( ABCDEF )<<endl: }
单项选择题关于纯虚函数和抽象类的描述中,错误的是( )。