To write a C program that prints all odd numbers from 1 to n, where n is an integer input by the user. Declare variables n and i. Read the value of n from the user. Iterate i from 1 to n using a for ...