#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
-
6. Tech Mahindra Tech Mahindra was incorporated as a joint venture between Mahindra & Mahindra and BT plc in 198...
-
Interview Question - MS SQL SERVER Interview question and answers for Microsoft SQL Server database concept, designing and ...
-
https://docs.google.com/viewer?a=v&q=cache:7-OAjXbsELEJ:www.bgsu.edu/downloads/cio/file17749.pdf+learn+photoshop+7+pdf&hl=en&gl=...
-
Interview Question - Web Development and WebProgramming General Interview question and answers for...
-
Live Project - 3. Online Student Registration System Type : Web, Technology : ASP, Java Script, MS Access; Credit : ...
-
Brief overview of Unix / Linux commands Below is a listing of each of the Unix / Linux commands currently listed on Computer Hope and a bri...
-
Interview Question - MySQL Interview question and answers for MySQL database concept, designing and administration. MySQ...
-
COMPILER DESIGN - AUTHOR BOOKS https://rapidshare.com/files/3117466147/compilers_-_principles_techniques_and_tools_by_alfred_aho_-_monica_l...
-
http://www.creativetechs.com/tips/tip_resources/PSCS2_Shortcuts_Windows.pdf
-
Polymorphism Contents of this section: Pointer to derived objects Virtual ...
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