Q:

bool in c

#include <stdbool.h>
3
#include <stdbool.h>
bool x = true;
6
#include <stdbool.h> 
int main() 
{ 
    bool arr[2] = { true, false }; 
    return 0; 
}
0

New to Communities?

Join the community