R

Ram Sharma • 193.86K Points
Coach

Q. What is an 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) All of the above

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.