How to create special charecter literals , Java, C, C++ and many other C style languages support the following special character literals. The one that stands out the most is the \dd d the ddd stands for the encoding for the octal bit encoding, again that’s only if you actually know the encoding bits for the character.
\n --- newline
\t --- tab
\o --- null byte (ASCII 0)
\ --- backslash()
\b --- backspace
\r --- carriage return
\f --- form feed
\dd --- octal bit pattern
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More