在C程序里调用函数System()它的参数是操作系统命令…请看问题描述?
3个回答
展开全部
可以
char a[100] ="ping 127.0.0.1";
system(a);
char a[100] ="ping 127.0.0.1";
system(a);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
system("copy 1.txt 2.txt");
char a[] = "copy 1.txt 2.txt";
system(a);
这两个是一样的。
char a[] = "copy 1.txt 2.txt";
system(a);
这两个是一样的。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
char p[] = "clear";
system(p);
system(p);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询