Explain me a difference between characters 35 and x35?
Answer Posted / Om Shiv Shukla
Character '35' is a digit (number) represented by the ASCII code 35, while 'x35' represents an uppercase hexadecimal character in some contexts. However, in PHP, 'x35' can also be used as an escape sequence to represent the tab character.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers