wildbill7749 wildbill7749 16-03-2020 Computers and Technology contestada Which of the following is not a valid enumeration statement?(a) enum person { me, you, them };(b) enum person { me = 1, you = 2, them = 3 };(c) enum person { me = 0, you = 0, them = 0 };(d) enum person { me, you, me };