#include<stdio.h> main() { int n; printf("Enter an integer\n"); scanf("%d",&n); if ( (n/2)*2 == n ) printf("Even\n"); else printf("Odd\n"); return 0; }
Popular Posts
-
This program list all files present in a directory/folder in which this executable file is present. For example if this executable file is ...
-
Live Projects - 2. IMPRO (Industrial Manpower Resource Organizer) Type : Desktop/Client Server, Technology : VB.NET, SQL Serve...
-
WELCOME TO Govt.Thirumagal Mills College, Gudiyattam The Govt Thirumagal Mills college,Gudiyatham was established with a...
-
Interview Question - Visual Basic .NET Interview questions and answers for VB.Net, Interview question and answers for ...
-
C Program to shutdown your computer: This program turn off i.e shutdown your computer system. Firstly it will asks you to shutdown your co...
-
Interview Question - Visual Basic 6 Interview questions and answers for Visual basic 6 basics and advance level,VB6 In...
-
https://rapidshare.com/files/2198409574/Operating_System_Concepts_6th_ed_-_Silberschatz_Galvin.pdf
-
Palindrome number in c: A palindrome number is a number such that if we reverse it, it will not change. For example some palindrome numbers...
-
This c program add two matrices i.e. compute the sum of two matrices and then print it. Firstly user will be asked to enter the order of m...
Tuesday, 28 February 2012
c program to check odd or even
Labels:
Model c programs
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment