Top

Discussion

Which of the following is an invalid if-else statement?

  • A.if (if (a == 1)){}
  • B.if (a){}
  • C.if ((char) a){}
  • D.if (func1 (a)){}

Answer: A

No answer description available for this question.
 

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

Post your comment