Top

Discussion

What will be the output of the program ?

#include

int main()
{
    char str = "IndiaBIX";
    printf("%s\n", str);
    return 0;
}

 

  • A.Error
  • B.IndiaBIX
  • C.Base address of str
  • D.No output

Answer: A

No answer description available for this question.

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

Post your comment