#include
#include
void main()
{
unsigned long int num;
int i=0;
clrscr();
printf(“Enter the digit\n”);
scanf(“%lu”,&num);
while(num!=0)
{
num=num/10;
++i;
}
printf(“Length=%d”,i);
getch();
}
For the best computer lovers... Full of games, softwares , applications , hacks , ebooks , movies (both hollywood and bollywood), songs, albums , mobile softwares (A to Z), wallpapers , graphics, etc.. Just anything to everything........
Copyright 2009 - NETRDX BLOG : Just Anthing To Everything - Powered by Blogger
Blogger Templates created by Singlaji
Based on WP theme by Mrs. Shivam
0 comments:
Post a Comment