Y
Hacker News
new
|
ask
|
show
|
jobs
by
_kst_
2264 days ago
Plain char is either signed (same representation as signed char) or unsigned (same representation as unsigned char), depending on the implementation.
Yes, there are real-world implementations where plain char is unsigned.