c scanf boolean code example
Example: scanf boolean
scanf cannot read into boolean,
you have to read into integer and convert it into boolean.
scanf cannot read into boolean,
you have to read into integer and convert it into boolean.