/* Finds sum of all odd numbers less than n */ #include void main() { int i, n, s=0; printf("\n Enter n: "); scanf("%d", &n); for(i=1; i