C program to check odd or even using modulus operator

Publicado el: 27 enero 2016
en el canal de: 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.


En esta página del sitio puede ver el video en línea C program to check odd or even using modulus operator de Duración hora minuto segunda en buena calidad , que subió el usuario Reyad Hossain 27 enero 2016, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,481 veces y le gustó 11 a los espectadores. Disfruta viendo!