【名词&注释】
字符串(string)、VBA编辑器、字节数(byte number)、快捷键(shortcut key)
[单选题]有以下函数
A. int aaa(char *s)
B. {
C. char *t=s;
D. while(*t++);
E. t--;
F. return(t-s);
G. }
H. 以下关于aaa函数的功能的叙述正确的是( )。
I. 求字符串s的长度
J. 比较两个串的大小
K. 将串s复制到串t
L. 求字符串s所占字节数