C Programming Language
Define an enumerated data type Month. Write a function that takes a Month someMonth and aninteger n as parameters. Your function must return the month which is n days after someMonth.Note: Assume that all months have 30 days.Example : If we call the function with parameters someMonth=January and n=95 then it must return April.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here