filmov
tv
Check whether the given input is odd number or even number using C Programming Language.

Показать описание
Check whether the given input is odd number or even number using C Programming Language.
বাংলায় কম্পিউটার প্রোগ্রামিং | C Programming in Bengali
The simplest approach to check whether the given number is even or odd is to check for the remainder when the number is divided by 2.
Use Modulus Operator ( % ) to check if the remainder obtained after dividing the given number N by 2 is 0 or 1.
If the remainder is 0, print “Even”
If the remainder is 1, print “Odd”.
Regards,
Md. Ahsan Arif
University of Scholars
#cprogramming #cprogrammingtutorial #cprogrammingtutorialforbeginners #videotutorial #universityofscholars #ius #banglatutorial #bangladesh #bangla
বাংলায় কম্পিউটার প্রোগ্রামিং | C Programming in Bengali
The simplest approach to check whether the given number is even or odd is to check for the remainder when the number is divided by 2.
Use Modulus Operator ( % ) to check if the remainder obtained after dividing the given number N by 2 is 0 or 1.
If the remainder is 0, print “Even”
If the remainder is 1, print “Odd”.
Regards,
Md. Ahsan Arif
University of Scholars
#cprogramming #cprogrammingtutorial #cprogrammingtutorialforbeginners #videotutorial #universityofscholars #ius #banglatutorial #bangladesh #bangla