Int main() { printf("%d\n", getOddPositionedDigits(89201)); printf("%d\n", getOddPositionedDigits(-123)); printf("%d\n", getOddPositionedDigits(20)); printf("%d\n", getOddPositionedDigits(87654321)); return 0; } Is this code contain any redundancies?