answersLogoWhite

0

Write decimal numbers in words by C?

Updated: 8/16/2019
User Avatar

Professorakhlaq

Lvl 1
14y ago

Best Answer

eight and five hundred fifty-two ten thousandths

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write decimal numbers in words by C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When you use decimal which type of data is it?

Decimal numbers are real numbers. In C and C++ we use the float, double and long double data types to represent real numbers.


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


How do you write 75 of a cent in decimal form?

75 of a cent = 75 c.


How do you write a program in objective c numbers 1-100 prime numbers?

fdsgfhgdfhgdf


Can the mean be a decimal?

Yes, the mean can be a decimal because the mean is a+b+c+d+(the numbers)....=e(the sum of the numbers), then e/(the quantity of numbers added together to get e)=f(the mean). Sometimes the sum may not go into the quantity in a whole number, which gives you a decimal.


Write a 'c' program to fine a largest of three numbers?

largest of a, b, c :a > b ? a > c ? a : c : b > c ? b : c


Write a C program to convert hexadecimal number into decimal number?

pongada punda vayanungala ..................


Write a C Program to print sum of squares of odd numbers?

#include


How do you write a macro to find the biggest of 3 numbers in c plus plus?

#define biggest (a) > (b) && (a) > (c) ? (a) : (b) > (c) ? (b) : (c)


Write a programme for substraction of two numbers in c language?

substracion of any two number program in c


How do you write quadratic equation in standard form?

Ax2 + Bx + C = 0'A', 'B', and 'C' are numbers (constants).


What are the numbers used in the Hexadecimal number system?

The numbers used are 0, 1, 2, ... , 15. However, the numbers 10 to 15 are denoted by A, B, C, D, E and F. This is to distinguish between, for example, the decimal 11 and the hex 11. The latter is 1*161 + 1 (in decimal) or 17 (in decimal).