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
Write the Program to reverse a string using pointers.
What is pivot in c?
What is d'n in c?
Explain the difference between ++u and u++?
What does c mean in standard form?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Is main a keyword in c?
What type of function is main ()?
Explain About fork()?
What is the full form of getch?
Why structure is used in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is const keyword in c?
Explain pointer. What are function pointers in C?
What does sizeof return c?