Top

Discussion

What will be the output of the program ?

#include

int main()
{
    int arr[1]={10};
    printf("%d\n", 0[arr]);
    return 0;
}

 

  • A.1
  • B.10
  • C.6

Answer: B

No answer description available for this question.

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

Post your comment