Top

Discussion

#include 
int main()
{
    int i;
    if (printf("0"))
        i = 3;
    else
        i = 5;
    printf("%d", i);
    return 0;
} 

 

  • A.3
  • B.5
  • C.03
  • D.05

Answer: C

No answer description available for this question.
 

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

Post your comment