What will be the output of the following C code? void main() { int T='T'; printf(%c,T+6); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following C code? void main() { int T='T'; printf(%c,T+6); }