Computer Science, asked by mohitzope19, 2 months ago

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 vijaybhatti2021fzr
0

Answer:

for(i= jan; iy8whsoa0a

Similar questions