logo

Crowdly

Trace the output of the below C code for n=19.99 #include <stdio.h> int 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 for n=19.99

#include <stdio.h>

int main()

{

    int n;

    if (scanf("%d", &n))

        printf("Good");

    else

        printf("Class");

    return 0;

}

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!