0

This code is not working

#include <stdio.h> #include <stdbool.h> int main(void) { if(true) { printf("Statement is True!\n"); } return 0; }

28th Dec 2020, 4:41 PM
Rupank Sahu
Rupank Sahu - avatar
2 Answers
28th Dec 2020, 4:44 PM
The future is now thanks to science
The future is now thanks to science - avatar
0
Ok thanks
28th Dec 2020, 4:46 PM
Rupank Sahu
Rupank Sahu - avatar