✅ 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>
void main()
{
int num = 50;
if (num%2=0)
printf("Even");
else
printf("Odd");
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!