What will be the output of the following C code? void main() { printf(Hello ); printf(World); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following C code? void main() { printf(Hello ); printf(World); }