What is the output of this C code?
#include main(){ if (sizeof(int) > -1) printf("True"); else printf("False");}
#include main(){ if (sizeof(int) > -1) printf("True"); else printf("False");} What is the output of this C code?
#include <stdio.h>main(){ if (sizeof(int) > -1) printf("True"); else printf("False");} Correct Answer
মোঃ আরিফুল ইসলাম
Feb 20, 2025