Answers for "how to read boolean with scanf"

2

scanf boolean

scanf cannot read into boolean,
you have to read into integer and convert it into boolean.
Posted by: Guest on May-17-2020

Browse Popular Code Answers by Language