您可以调用
例如
charstr[100]={0}
gets(str)
if(strcmp(str,“matx”)==0)
{
mat(x)
}
常规
您需要从上述字符串中解析特定的函数参数
有两种输出方法:printf函数的一般使用形式是:printf(“outputformat”,outputitemseries);要输出字符串,只需编写相应的输出格式和输出项序列,其中输出格式为%s,输出项序列为字符串名称。printf函数输出字符串的示例如下:#include<stdio。h>voidmain(){char}str[10]=“abcd”printf(%s,str)}以上程序输出字符串abcd