/*Experiment to find out what happens when printf's argument string contains \c, where c is some character not listed above.*/#includemain(){ printf("hello world\y"); printf("hello world\7"); printf("hello world\?
"); }
本文共 245 字,大约阅读时间需要 1 分钟。
/*Experiment to find out what happens when printf's argument string contains \c, where c is some character not listed above.*/#includemain(){ printf("hello world\y"); printf("hello world\7"); printf("hello world\?
"); }
转载地址:http://xwkml.baihongyu.com/