Why use Bool in C if i could just use int?

Posted by Exotic-Ad9019@reddit | learnprogramming | View on Reddit | 68 comments

Why would i have to use the Bool type and have to add the header file of it if i could just make a const int = 1 which is restricted to only being 1 which would mean that it can and is only true . Just was wondering since i am new to C coding