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
What are the valid places to have keyword “break”?
What is #ifdef ? What is its application?
What are reserved words with a programming language?
How can I list all of the predefined identifiers?
What are formal parameters?
Explain what are bus errors, memory faults, and core dumps?
Why do we use int main?
When should the volatile modifier be used?
Write a program to swap two numbers without using a temporary variable?
Is fortran faster than c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Explain how can a program be made to print the line number where an error occurs?
How can a number be converted to a string?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }