Simple post really, C/C++ escape sequences can include Hex (\xhhh) and Octal codes (\ooo), for example
Will both print the ] character (ASCII 93)
To UCLA we go! An EE Graduate Student's blog
Simple post really, C/C++ escape sequences can include Hex (\xhhh) and Octal codes (\ooo), for example
Will both print the ] character (ASCII 93)
Posted in C/C++.
Comments Off on C Escape sequences, Hex and Octal