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 / vikas

Can any one help me with this please, I cant get it right. I
have a test on 23/05/2011... Thanks

1
1 2
1 2 3
1 2 3 4

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the syntax and purpose of a switch statement in C.

619


What is the code for 3 questions and answer check in VisualBasic.Net?

1687


What is c++ used for today?

661


What's the total generic pointer type?

611


What is clrscr ()?

633






Write the test cases for checking a variable having value in range -10.0 to +10.0?

1814


Can we declare variables anywhere in c?

576


p*=(++q)++*--p when p=q=1 while(q<=6)

1264


When the macros gets expanded?

782


What are the keywords in c?

640


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1994


What is the most efficient way to store flag values?

684


What is the size of enum in bytes?

584


If you know then define #pragma?

674


What is the difference between local variable and global variable in c?

685