Page 1 of 1

//#include "subtractionOK.c" /* * BitsTree - return word with every third bit (starting from the LSB) set to 1 * Legal

Posted: Mon May 02, 2022 12:22 pm
by answerhappygod
//#include "subtractionOK.c"
/*
* BitsTree - return word with every third bit
(starting from the LSB) set to 1
* Legal ops: ! ~ & ^ | + << >>
* Max ops: 8
* Rating: 1
*/
int BitsTree (void) {
return 2;
}