Top

Discussion

What will be the output of the program ?

#include

int main()
{
    printf("%c\n", 7["IndiaBIX"]);
    return 0;
}

 

  • A.Error: in printf
  • B.Nothing will print
  • C.print "X" of IndiaBIX
  • D.print "7"

Answer: C

No answer description available for this question.
 

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

Post your comment