0
This code is not working
#include <stdio.h> #include <stdbool.h> int main(void) { if(true) { printf("Statement is True!\n"); } return 0; }
2 Answers
+ 3
It's working fine for me:
https://code.sololearn.com/cO4wR90wmthU/?ref=app
Also MWE:
https://www.sololearn.com/post/75089/?ref=app
0
Ok thanks