📚 Practice Mode

Software and Programming Basics

Learn at your own pace with hints and detailed explanations

1 / 21
Multiple Choice

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*/
  1. Only “hello world”
  2. Only “hello again”
  3. Both (1) and (2)
  4. None of these