Even or Odd program in C Language Movies Desk September 13, 2019 Even or Odd program in C language 0 Comments Continue And Download MovieExample program for Even -Odd in C languageOutput (1).Output (2).Copy from below 👇#include<stdio.h>#include<conio.h>int main(){ int num; printf("enter any number : "); scanf("%d",&num); if(num%2==0) //Condition test { printf("this number is even"); } else { printf("this number is odd"); }} Thanks for visiting,,,,,,,,,PLEASE SUGGEST ANY TOPIC AND COMMENT .Click on this link for more program 👇 Download pdf file : New Amazing and Cool facts in hindi watchThis video and subscribe the channel ❤ Tags Even or Odd program in C language
0 Comments
Post a Comment