Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
When adding 'a' + 'b' it produces 195.
'a' + 'b'
I asked on StackOverflow IRC channel they say Is the output datatype is char. I think it is int and some others do as well.
What is the correct answerchar or int?
char
int
I asked on StackOverflow IRC channel they say the output datatype is char. I think it is int and some others do as well.
What is the correct answer?
When adding 'a' + 'b' it produces 195. Is the output datatype char or int?