What will be the output of following program ?



int main(){
 char a=0b1010;
 printf("%02X",a);
 return 0;
}

Posted on by