VITMEE 2023 — Computer PYQVITMEE | Computer | 2023In c programming, pointer variable to be integer can be created by the declarationChoose the correct answer:A. int p*B. int *p (Correct Answer)C. int −𝑝D. int &pCorrect Answer: int *pAint p*Bint *pCint −𝑝Dint &pShow Answer SExplanationNo text explanation available.