R Ram Sharma π Coach β 193.88K Points π C Programming Q. Choose a correct statement with array pointers. (A) It is valid to add an integer number to an array pointer. Result can be anything. (B) It is valid to subtract an integer number from array pointer. Result can be anything. (C) Difference of pointers to two elements of an array gives the difference between their indexes. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above