int fun(int a,int b){int m,i=0,n[80];for(m=a;m<=b;m++){if ((m/7==0&&m/11!=0)‖(m/7!=0&&m/11==0)){n[i]=m;i++;}}printf(“%d”,i)}