[单选题]

串的操作函数str定义为: int str(char*s){ char*p=s; while(*p!=’/0')p++; return p=s; } 则str("abcde")的返回值是 ( )

A.3

B.4

C.5

D.6

参考答案与解析: