Top

Discussion

The output of the code below is

#include 
    void main()
    {
        int x = 0;
        if (x == 0)
            printf("hi");
        else
            printf("how are u");
            printf("hello");
    }

 

  • A.hi
  • B.how are you
  • C.hello
  • D.hihello

Answer: D

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment