C program to check odd or even using modulus operator

Опубликовано: 27 Январь 2016
на канале: Reyad Hossain
1,481
11

We will determine whether a number is odd or even by using different methods all are provided with a code in c language. As you have study in mathematics that in decimal number system even numbers are divisible by 2 while odd are not so we may use modulus operator(%) which returns remainder, For example 4%3 gives 1 ( remainder when four is divided by three). Even numbers are of the form 2*p and odd are of the form (2*p+1) where p is is an integer.


На этой странице сайта вы можете посмотреть видео онлайн C program to check odd or even using modulus operator длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Reyad Hossain 27 Январь 2016, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,481 раз и оно понравилось 11 зрителям. Приятного просмотра!