Home
About
Contact
Sitemap
Email
Facebook
Twitter
Subcribe via RSS
Home
C Programming Codes
Free Download Zone
Software
Essential Software
Free key of Software
Download E books
Download Games
Online Money Earning
Social Media
Mobile
Latest Technology Software
Photoshop
Tutorial
Write a c program to check the given is even or odd?
#include <stdio.h>
#include <conio.h>
void main()
{
int n;
clrscr();
printf("Enter num:");
scanf("%d",&n);
if(n%2==0)
printf("Even");
else
printf("Odd");
getch();
}
Home
Categories
C programming
(1)
IDM
(1)
Make Money Tips
(2)
Wordpress
(1)
Popular Posts
Getting Internet Download Manager free for unlimited
Generally IDM gives opportunity to use IDM free for only one month.After one month of using free trail version there have to get licensed. ...
How to earn by yahoo answers?
Really many one doesn’t know about yahooanswers.com by this they able to earn money easily. You came here by creating curiousness to see...
Earn by micro working
There are many micro working sites.But i only tell about two top micro earning sites from where i got paid. 1.Minute Workers: Minutewor...
How to install WordPress in C panel?
Now a days Wordpress is so popular for internet blogging.If you have any domain own then you can use Joomla,Wordpress or any others CMS....
How to print a statement
Here is a basic demo for print a "HELLO" in C. /*HELLO */ #include<stdio.h> #include<conio.h> void main(){ clrs...
Tweet
Share