tahiyazaman7665 tahiyazaman7665 Today at 11:22 PM Computers and Technology Answered i. What is not a valid way to increase thevalue of a char-type variable c by 1?A) c++;B) 1 + c = c;C) ++c;D) c = c + 1;E) c += 1;