char signed or unsigned

J

Joe Van Dyk

char s;

Is it really implementation-defined as to whether s is an unsigned or
signed char?

Joe
 
A

Andrey Tarasevich

Joe said:
Apparently so. 3.9.1-1.
...

BTW, it only means that the range of 's' is that of either 'signed char' or
'unsigned char'. But the type of 's' is still just 'char' and 'char' still
remains an independent type, different (as an independent type) from both
'signed char' and 'unsigned char'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top