Write output of following C Program.
#include<stdio.h>
enum year{Jan, Feb, Mar, Apr, May, Jun, Jul,
Aug, Sep, Oct, Nov, Dec};
int main()
{
inti;
for (i=Jan; i<=Dec; i++)
printf("%d ", i);
return 0;
}
Answers
Answered by
0
Answer:
for(i= jan; iy8whsoa0a
Similar questions