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.
次のようなPython文字列に16進値を埋め込むことができます。\xe5abcdefghijklmnoqrstuvqxy\xfdz!\x18\xfejk
\xe5abcdefghijklmnoqrstuvqxy\xfdz!\x18\xfejk
これはCで可能ですか?
はい、同じ表記を使用します。
printf("\x41\x42\x43\n");