aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

What will be the output of the following C code? void main() { printf(Hello ); printf(World); }

  1. Hello

  2. World

  3. Hello World

  4. HelloWorld

Reveal answer Fill a bubble to check yourself
D Correct answer

Keep practicing — related questions

  • What will be the output of the following C code? void main() { int T='T'; printf(%c,T+6); }
  • What will be the output of the following C code? void main() { int t=70,c=14,d; d=t/**//c; printf(%d,d); }
  • What will be the output of the following set of code after execution? void main() { printf(“ABC +CDE”); }
  • int main() { printf("hello, world"); return 0; }
  • what will be the output?? int main(int c) c=1; while(1); c++; printf("%d",++c); return 0; }
  • What will be the output of the following set of code after execution? void main() { printf(“%d %d”,sizeof('...
  • What will be the output of the following C code? void main() { int *ptr=&"&Chennai&"&; printf(&"&%c&"&,++(p...
  • What will this piece of C code print on the screen?Printf (“hello world”); /*this is a comment Printf (“hel...

Practice this topic

  • Programming Output Evaluation (1721 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy