What would be the output of the following C statement? char ch; ch = 'A';ch = - ch + 'a'; printf(!!!^!!!ch = %d!!!^!!!,ch);
Reveal answer
Fill a bubble to check yourself
What would be the output of the following C statement? char ch; ch = 'A';ch = - ch + 'a'; printf(!!!^!!!ch = %d!!!^!!!,ch);