what i mean is that if i want to store for example 11110011 i want to store it in exactly 1 byte in memory not in array of chars.
example: if i write 10001111 as an input while scanf is used it only get the first 1 and store it in the variable while what i want is to get the whole value into the variable of type char just to consume only one byte of memory.