Top

Discussion

What will be the output of the program?

#include
int main()
{
    char ch;
    if(ch = printf(""))
        printf("It matters\n");
    else
        printf("It doesn't matters\n");
    return 0;
}

 

  • A.It matters
  • B.It doesn't matters
  • C.matters
  • D.No output

Answer: B

No answer description available for this question.
 

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

Post your comment