Computer Science, asked by supritimondal08, 4 months ago

What is the out of following program?
#include <stdio.h>
int main() {
if (sizeof(int) > -1)
printf("Yes");
else
printf ("No");
return 0;
}​

Answers

Answered by tanushri1254
1

Explanation:

this is the correct answer

Attachments:
Similar questions