#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
-
The Nokia story Always adapting Over the past 150 years, Nokia has evolved from a riverside paper mill in south-western Finland to a global...
-
Interview Question - Visual Basic 6 Interview questions and answers for Visual basic 6 basics and advance level,VB6 In...
-
Data Structure Through 'C' - Model Question Paper https://rapidshare.com/files/1421322716/DS.ppt
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment