Top

Discussion

Comment on the following code below

#include 
    void main()
    {
        int x = 5;
        if (true);
            printf("hello");
    }

 

  • A.It will display hello
  • B.It will throw an error
  • C.Nothing will be displayed
  • D.Compiler dependent

Answer: B

No answer description available for this question.
 

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

Post your comment