Declare the following statement ? “An Array June 6, 2022 by admin โช Choose the correct option.Declare the following statement ? “An Array of three pointers to chars”A. char *ptr[3]();B. char *ptr[3];C. char (*ptr[3]) ();D. char **ptr[3]; Submit Answer