What will be the correct syntax of the following statement? ptr is a constant pointer to integer? (A) const int *ptr ; (B) const *int ptr ; (C) int const *ptr ; (D) int *const ptr ;â–ºCorrect Option Correct Option is: D