Q. Choose correct statement about C array pointers. (A) You can compare two array elements with *p == *(p+i) (B) You can compare two pointers with p1==p2. (C) Accessing out of bounds index element is valid and it returns a garbage value. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above