how to print odd numbers in c using range code example Example: even odd numer c if( num % 2 == 0 ) printf("EVEN!\n"); else printf("ODD!\n");