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 / vadivel t
In the code above, which i have answered has unwanted
assignment to No ie ., no = 999, and i, j and all pls
neglect those parameters.. just i hav written in hurry...
Dont mind
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Place the #include statement must be written in the program?
What is getch c?
Which built-in library function can be used to match a patter from the string?
Explain how do you view the path?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
main() { printf("hello"); fork(); }
What are the advantages of using linked list for tree construction?
How can I do serial ("comm") port I/O?
Explain pointer. What are function pointers in C?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Explain the ternary tree?
How can I invoke another program or command and trap its output?
How can I implement sets or arrays of bits?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none