SyntaxFix
Write A Post
Hire A Developer
Questions
length of n:
length = ( i==0 ) ? 1 : (int)log10(n)+1;