Close sidebar

What is the output of the following code?

#include Main () { int x=5; If(x==5) { If(x==5)break; Printf("Hello") ; } Printf("Hi") ; } A) Hi B)HelloHi C)compile error D)Hello

  • Sriramadasu
  • 1907 Views
  • 14 Answers
14 Answers
Practice Mock Test
cognizant