QuestionAugust 21, 2025

Which of the following data type can accommodate only a single bit? REAL BOOL INT SINT

Which of the following data type can accommodate only a single bit? REAL BOOL INT SINT
Which of the following data type can accommodate only a single bit?
REAL
BOOL
INT
SINT

Solution
4.5(223 votes)

Answer

BOOL Explanation 1. Identify the data type for a single bit The **BOOL** data type is designed to accommodate only a single bit, representing either true (1) or false (0).

Explanation

1. Identify the data type for a single bit<br /> The **BOOL** data type is designed to accommodate only a single bit, representing either true (1) or false (0).
Click to rate:

Similar Questions