What will be the output of the following set of code after execution?
void main() { printf(“ABC +CDE”); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following set of code after execution?
void main() { printf(“ABC +CDE”); }