logo

Crowdly

Trace the output of the below C code  #include<stdio.h> void main() {   ...

✅ 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");

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.lnmiit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!