Posts by Joao • 1 point
1 post
-
-2
votes1
answer691
viewsQ: Doubt with bool in C
Well, I did this vector test, but I’m having a problem with the bool type, which never turns false and displays the message of not found. #include <stdio.h> #include <stdlib.h> #include…