单项选择题下列方法中能完成主类实例初始化工作的是
单项选择题有以下函数: int aaa(char *s) char *t=s; while(*t++); t--; return(t-s); 以下关于aaa函数的功能的叙述正确的是( )。