JAMIA 2023 — Computer PYQJAMIA | Computer | 2023What will be output of following statement? int n1=3, n2=6, a; printf(“nl^n2)+(a^a)=%d”,(n1^n2)+(a^a));Choose the correct answer:A. (n1^n2)+( a^a)=6B. Compilation errorC. run-time errorD. (n1^n2)+(a^a)=5 (Correct Answer)Correct Answer: (n1^n2)+(a^a)=5A(n1^n2)+( a^a)=6BCompilation errorCrun-time errorD(n1^n2)+(a^a)=5Show Answer SExplanationNo text explanation available.