Top

Discussion

Array base address in C language

  • A.Base address is the address of 0th index element.
  • B.An array b[] base address is &b[0]
  • C.An array b[] base address can be printed with printf("%d", b);
  • D.None of the above

Answer: A

No answer description available for this question.

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

Post your comment