Top

Discussion

What will be the output of the program ?

#include

int main()
{
    printf("India", "BIX\n");
    return 0;
}

 

  • A.Error
  • B.India BIX
  • C.India
  • D.BIX

Answer: C

No answer description available for this question.

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

Post your comment