filmov
tv
How to check whether user entered number is even or odd using c program | program-3

Показать описание
check number is odd or even. let's start c program. for checking number even or odd we have to check condition like this :
if(number%2==0)
{
number is even
else number is odd
}
Today's Q is Indian digital magazine
They started their channel for daily Questions.
We are provide daily one through the videos
We are inviting you to join with us on YouTube get daily Questions + amazing science Reports.
Subscribe us and Go on...
#cprogram
if(number%2==0)
{
number is even
else number is odd
}
Today's Q is Indian digital magazine
They started their channel for daily Questions.
We are provide daily one through the videos
We are inviting you to join with us on YouTube get daily Questions + amazing science Reports.
Subscribe us and Go on...
#cprogram