When I run on this online
cpp compiler, the output is 'A'. However, shouldn't the typecasting change
the arrays into pairs?
What I thought should happen was: since cbuff[20] and cbuff[21] are paired, when
I initialize sbuff[10], the value should go into cbuff[21] first.