write a c program to print the values in words
eg:- 143 written it has (one hundred and forty three)&
104, 114 are also written words
Answer Posted / shameer.k.g
i have seen above this big codeing is not needed because it
is simple program,it need only very less codeing, i have no
time to write ,i have studied this program in
btech,tommorow i have written test for dell
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How pointer is different from array?
What does != Mean in c?
how to find anagram without using string functions using only loops in c programming
What is echo in c programming?
What is zero based addressing?
Explain what is the difference between #include and #include 'file' ?
What is the condition that is applied with ?: Operator?
Why do we use stdio h and conio h?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the purpose of 'register' keyword?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain what is the difference between functions getch() and getche()?
What is #include called?
Write a program to print ASCII code for a given digit.