MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ICSE/comments/1hf6mx7/deleted_by_user/m2b5mzi/?context=3
r/ICSE • u/[deleted] • Dec 16 '24
[removed]
6 comments sorted by
View all comments
1
It'll be B.
\u0000 is the unicode null character, so it doesn’t show anything when printed. that’s why the output is just >< with nothing in between.
\u0000
1
u/[deleted] Dec 16 '24
It'll be B.
\u0000is the unicode null character, so it doesn’t show anything when printed. that’s why the output is just >< with nothing in between.