Q A charge partical having drift velocity of 7.5 × 10-4 ms-1 in an electric field of 3×10 -10 Vm-1 , has a mobility in m2V -1s-1 of.#include stdio.hWhat is the Output of the following c program codevoid func(int a[]){int i;for(i = 0; i = 2; i++)printf("%d ", a[i]);}int main(){int a[] = {1, 2, 3, 4, 5};func(a);return 0;}