What will be the output of the following C code? void main() { char ch=321; printf(%d %c,ch,ch); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following C code? void main() { char ch=321; printf(%d %c,ch,ch); }