answersLogoWhite

0


Best Answer

for (first=n; first>=10; first/=10);

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

with printf

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you print number in digits in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you know that a numeric is palindrome or not using c or pascal language?

Reverse the digits then check of the new number is the same as the original number.


Daimond print in c language?

puts ("Daimond");


How will you print percent in c language?

putchar ('%'); puts ("%"); printf ("%%"); etc...


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


How do you Write a program in 'c' language which accepts int numbers from the users print its reverse number x function which return value?

question clarity


C plus plus program to print sum of uppercase digits?

Good luck. I don't think it is possible, since there is no such thing called upper case digits.


How print the string with double cot in c plus plus language?

console.wrikerle("""");


Why c in and c out used in c?

In the programming language C++, cin is used to input the variable and cout is used to print a certain message or result.


How do you print strings and numbers in single statement by using C language?

With printf.Example:for (i=0; i


How to draw Flowchart to print prime numbers from 1 to 100 using while loop in c language?

c the book mastering c


You want to print the number in dscending order in c?

No, I don't.


What is Peterson number in C?

Peterson Number:145 = 1! + 4! + 5!number=sum of (factorials of digits)