Enums - 2"1. What will be the output of the following C code...
Enums - 2"1. What will be the output of the following C code...
Enums - 2"1. What will be the output of the following C code?main() { enumenumprintf"%d"a) errorb) passc) fail
resut {pass, fail};
result s1,s2;
s1=pass;
s2=fail;
(,s1);
}
d) ...