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
What is strcmp in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the value of c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
When is a void pointer used?
Should I learn c before c++?
ATM machine and railway reservation class/object diagram
Explain how can I manipulate strings of multibyte characters?
What oops means?
Is main is user defined function?
Can a program have two main functions?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What does 2n 4c mean?
What is the difference between declaring a variable by constant keyword and #define ing that variable?