R Ram Sharma π Coach β 193.88K Points π C Programming 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above