Posted on July 17, 2013 at 11:03HI , i have this function which sets x bit( passed as a parameter) of a byte . after some code the variable should be restored to it's initial value .char a ; global variable void function(char x){int b = a;a |= (1<<x...