What is the output of this C code?
Posted: Wed Jul 13, 2022 7:54 pm
#include <stdio.h> main() { if (sizeof(int) > -1) printf("True"); else printf("False"); }
a) True
b) False
a) True
b) False
Accurate answers. Every time.
https://answerhappy.com/