✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Trace the output of the below C code
#include <stdio.h>
int y;
void main()
{
if (y)
printf("Good");
else
printf("Class");
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!