Doubt regarding bool data type

is the range for bool data type from -128-127 or 0-255 as size mentioned in the video is 1 byte?

bool data type does not have a range, it has just two values false or true, and this takes a space of 1 byte.