Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux の端末で以下のコードを実行すると、端末がめちゃくちゃになります。
#include <stdio.h> int main() { printf("\16x\n"); return 0; }
好奇心のために、誰かがここで何が起こっているのか説明してもらえますか? 問題が \16x にあることはわかっていますが、なぜそれが起こるのかわかりません。