#include <stdio.h> main() { if (sizeof(int) > -1) printf("True"); else printf("False"); }
a) True
b) False
What is the output of this C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the output of this C code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!