C Program To Find Sum of All Odd Numbers from 1 To N, using While loop
Satish B
http://technotip.com/6953/c-program-to-find-sum-of-all-odd-numbers-from-1-to-n-using-while-loop/
Lets write a C program to find sum of all the odd numbers from 1 to N, using while loop.
Odd Number: An odd number is an integer that is not exactly divisible by 2.
Example: 3 % 2 != 0. When we divide 3 by 2, it doesn't give a reminder of 0. So number 3 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=y4Sy9xo-pFU
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
5181607 Bytes