Computer Science, asked by favofc, 3 months ago

False is represented by an integer value

Answers

Answered by Anonymous
1

Your answer here

thanks

take care

may God bless you and your family

Attachments:

thapamanish3815: hey
Anonymous: yes
thapamanish3815: nothing sorry
Answered by thapamanish3815
1

Answer:

A true boolean data type could be used for storing logical values, and would only have two legal values - "true", and "false". C does not have boolean data types, and normally uses integers for boolean testing. Zero is used to represent false, and One is used to represent true.

HOpe it helps you

Similar questions