Please wait...
THANKU FOR BEING A PART OF OUR JOURNEY TO BRING "REVOLUTION IN EDUCATION"
We Genuinely APPRECIATE your PATIENCE

34
M: +1.00/-0.00

Consider the following C program:

#include <stdio.h>

int main(){

int arr[]={1,2,3,4,5,6,7,8,9,0,1,2,5},

*ip=arr+4;

printf(“%d\n”, ip[1]);

return 0;

}

The number that will be displayed on execution of the program is ___________ .

[GATE CS 2019]
A