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
Point out the error( if any) in the following code. #include<stdio.h> enum sanfoundry { a,b,c }; enum sanfoundry g;
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Point out the error( if any) in the following code. #include<stdio.h> enum sanfoundry { a,b,c }; enum sanfoundry g;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!