Tuesday, July 31, 2012

undefined undefined

Wap to Check that input is Consonant or Vowel.

, No comments
Source Code :#include<stdio.h>#include<conio.h>   void main()       {       char in;       ///input=alphabet       printf("\n Enter An Alphabet :: ");       scanf("%c",&in);if(in=='a'||in=='A'||in=='e'||in=='E'||in=='i'||in=='I'|| in=='o'||in=='O'||in=='u'||in=='U') ...

Thursday, July 19, 2012

undefined undefined

How to reverse a numbers input by user

, No comments
Source Code:#include<stdio.h>#include<conio.h>    void main()       {           long number,n1,n2,n3,n4,n5,n6,n7,n8,n9;                      clrscr();           printf("\n Enter A Five Digit Number :: ");   ...

Wednesday, July 18, 2012

undefined undefined

Check for a leap year

, , No comments
Algorithm to check leap year.if year % 400 is 0          then is_leap_year else if year %100 is 0          then not_leap_year else if year % 4 is 0         then is_leap_yearelse not_leap_year Source:http://en.wikipedia.org/wiki/Leap_year Source...
Entries RSS Comments RSS

Sample Text

Pages


Copyright © 2025 Lovely Codes
Powered by Blogger
Distributed By Free Blogger Templates | Design by N.Design Studio
Blogger Theme by Lasantha - PremiumBloggerTemplates.com