For this assignment, you will use very basic C techniques to implement a C function to remove from a given nonnegative integer all the even (or odd) digits, and return the resulting integer. For example:
{23410, EVENHIGH}{23410, ODDHIGH}{2640, ODDHIGH}{1023712, EVENHIGH} --> 221371
Please make sure the code does not violate any of the restirctions listed in the header comment
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here