answersLogoWhite

0

There is no boolean in C, we usually use int/short/char to store logical values.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many bytes it take to make a KB?

1,000 bytes make a kilobyte


How many bytes does it take to stream a movie?

Depending on the movie length, a 1 hour movie will take up to 100,000 bytes to be produced and a 2 hour movie will take around 300,000 bytes.


What values can the boolean variables take in boolean algebra?

true or false


How many bytes take to the integer in c language?

2


How many bytes does date DD-MM-YYYY datatype occupy in java?

A java.util.Date object will take about 32 bytes in memory.


How many address lines will take to address the 16kilo bytes?

16KB, or 16384 bytes, can be addressed with 14 address lines. (214 = 16384)


How many bytes would it take to write googleplex?

Approx. 9.3 Gigabytes!


How many Bytes of storage for Sarah?

As one byte can hold one letter of the alphabet, to store the word "Sarah" would take 5 bytes.


How many bytes take an integer variable in C under windows?

A plain integer variable in C under windows is 2 bytes in 16 bit windows, and 4 bytes in 32 bit windows.


How many sectors does a 123 KB file take?

The answer is 246 sectors. 123 x 1024 bytes per KB = 125,952 total bytes in the file. 125,952 bytes / 512 sectors per cluster = 246 sectors


How many bytes integer variable can take?

The number of bytes an integer variable can take depends on the programming language and the system architecture. Typically, in languages like C and C++, an int usually takes 4 bytes (32 bits) on a 32-bit or 64-bit architecture, while a short takes 2 bytes and a long can take 4 or 8 bytes depending on the system. In Python, integers can vary in size and can take more than 4 bytes, depending on their value, as they are dynamically allocated. Always check the specific language documentation for precise details.


How many bytes will will it take to transmit hello world without quotation markss?

The phrase "hello world" consists of 11 characters, including a space. In a typical ASCII encoding, each character takes up 1 byte. Therefore, transmitting "hello world" will take 11 bytes. If you include a newline character at the end, it would take 12 bytes.