p and q are pointers to the same type of data items. Whic June 6, 2022 by admin ✪ Choose the correct option.p and q are pointers to the same type of data items. Which of these are valid? (i) *(p+q) (ii) *(p-q) (iii) *p – *qA. all correct ÃB. only (iii)C. only (ii) & (iii)D. None of the above Submit Answer