Home C Program to odd numbers upto N byAjay Kadtan •September 30, 2020 0 program:#include<stdio.h> main() { int i; for(i=97;i<=122;i++) { printf("%c",i); } printf("\n"); }output: Facebook Twitter