C Program To Find Sum of All Odd Numbers From 1 To N, using For loop
Satish B
http://technotip.com/7567/c-program-to-find-sum-of-all-odd-numbers-from-1-to-n-using-for-loop/
Lets write a C program to find sum of all the odd numbers from 1 to N, using for loop.
An odd number is an integer that is not exactly divisible by 2.
For Example: 7 % 2 != 0. When we divide 7 by 2, it doesn't give a reminder of 0. So number 7 is odd number.
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=pTkqSDPeCAc
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
5657185 Bytes