What will this piece of C code print on the screen?
Printf (“hello world”);
/*this is a comment
Printf (“hello again”);
This is another comment*/
Reveal answer
Fill a bubble to check yourself
What will this piece of C code print on the screen?