Subject:
Computer ScienceAuthor:
cricketkyccCreated:
1 year agoAnswer:
Print the output of the following code. int ar[]={12,34,56,78};
int x,y,i;
x=ar[2];
y-ar[ar.length-1];
ar[0]=y;
ar[3]=x;
for(i=0;i<4;i++)
Author:
chume0nd
Rate an answer:
0Explanation:
This is Java language i think arrays problem
The output will be [ 23,45,67,89 ] Confirm nhi h..run kra k check krlena pls
Author:
checkers
Rate an answer:
1