Top

Discussion

The output of the code below is

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

 

  • A.hi
  • B.how are you
  • C.compile time error
  • D.none of the mentioned

Answer: B

No answer description available for this question.
 

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

Post your comment