C语言练习

练习1

用啊哈C软件编写出的代码显示颜色(紫底白字)。

#include <stdio.h>
#include <stdlib.h>
int main()
{
    system("color 5f");
    printf("ni hao");
    system("pause");
    return 0;
}

效果如下:

 

posted @ 2016-09-22 14:09  悟知清风  阅读(128)  评论(0编辑  收藏  举报