What will be the output of the following set of code after execution?
void main() { printf(“%c %d”,'C','C'); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following set of code after execution?
void main() { printf(“%c %d”,'C','C'); }