can anyone ecplain the process behind this output#include<iostream> int main() { int i; int arr[]={4,6,10,12}; int*pointer=arr; for( i=1;i<...
This user does not accept Private Messages