有以下函数int fun(char *s){ char *t=s;while(*t++); retum(t-s);}该函数的功能是()。
A. 计算s所指字符串占用内存字节的个数
B. 比较两个字符串的大小
C. 计算s所指字符串的长度
D. 将s所指字符串复制到字符串t中
查看答案
有以下函数:void fun (char*p,char*q){while ((*p++=*q++)! ='\0'); }该函数的功能是()。
A. 计算字符串的长度
B. 计算字符串所占字节数
C. 将字符串逆序存放
D. 实现字符串的复制
下列函数的功能是_____。fun( char * a,char * b) while( ( * b= * a) ! = ' \0')a++;b++;
A. 将a所指字符串赋给b所指空间
B. 使指针b指向a所指字符串
C. 将a所指字符串和b所指字符串进行比较
D. 检査a和b所指字符串中是否有\0
This tutorial deals with all the Draw commands appearing on the Draw toolbar.
A. 对
B. 错
Lines and circles are the basic components most AutoCAD drawings arc composed from/of.
A. 对
B. 错