Looking for advice on how to do some bit-twiddling [closed]
- by davit-datuashvili
hi everybody fisrt of all this is not homework and now question is like this suppose
i have array int a[]=new int[]{0xBCDA,0xABFE,0xBCAD,0xEFCA,0xFFCA} i know that there is always some hexadecimal number which occurs in all number or in this case A is repeat in array everywhere so my aim is print only repeat number and other numbers…