Point out the error( if any) in the following code. #include<stdio.h> enum sanfoundry { a,b,c }; enum sanfoundry g;
Posted: Wed Jul 13, 2022 7:55 pm
a) Error in the statement: a,b,c
b) Error in the statement: enum sanfoundry g;
c) Error in the statement: g++
d) No error
b) Error in the statement: enum sanfoundry g;
c) Error in the statement: g++
d) No error