logo

Crowdly

Browser

Add to Chrome

 #include <stdio.h>  enum Gender{Male, Female};  int main() { enum Ge...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

 #include

<stdio.h>

 enum Gender{Male,

Female};

 int main()

{

enum Gender g=Female;   

printf("Gender: %s\n", (g != 0) ?

("Female") :("Male"));

 return0;

}

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

Want instant access to all verified answers on moodle.ms.sapientia.ro?

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

Browser

Add to Chrome