Declared char array (read-only):
const char alpha [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";

Given a char pointer called ptr and the alpha array declared above, how can I make ptr point to the letter 'D'?