How would I tell the compiler the number is binary?
ex how would I do this:
char a=01110101;
?