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 a newline escape sequence?
What is type qualifiers?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How can I use a preprocessorif expression to ?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What's the difference between constant char *p and char * constant p?
Which one would you prefer - a macro or a function?
What is the advantage of c?
Explain what happens if you free a pointer twice?
Why c is procedure oriented?
What is data type long in c?
What kind of structure is a house?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Which is best linux os?
What are Macros? What are its advantages and disadvantages?