c语言中语音警告转义字符

 

#include <stdio.h>

int main(void)
{
    printf("hello world!\a\n");
    return 0;
}

 

posted @ 2020-12-24 21:42  小鲨鱼2018  阅读(266)  评论(0编辑  收藏  举报