#include <stdio.h>
int main()
{
int a=2;
if(a%2==0){
printf("number is even %d\n",a);
} else{
printf("number is odd %d",a);
}
return 0;
PROGRAM LIST TO BECOME PRO IN C 😍😍😍 PRACTICE SETS UNIT -1 👇 IN...
No comments:
Post a Comment