ADITI
Company
Programming
Program
Q. What is the output for the program given below
typedef enum grade{GOOD,BAD,WORST,}BAD;
main()
{
BAD g1;
g1=1;
printf("%d",g1);
}
Read Solution (Total 1)
-
- It gives error
- 10 years agoHelpfull: Yes(1) No(0)
ADITI Other Question