2.3 what is Boolean data type in C language? #shorts

preview_player
Показать описание
Hello guys,
In this video we learn about bool data type in c language.

----- Explanation about bool data type ------

stdbool.h ----) Is a library for used bool data type

A boolean is a data type in the C Standard Library which can store true or false . Every non-zero value corresponds to true while 0 corresponds to false .
Рекомендации по теме