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 / prashant
Sir, i am not able to answer of this program. please send
to me answer of this program.
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
How do we print only part of a string in c?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Explain how do you print only part of a string?
What's the difference between constant char *p and char * constant p?
Explain how do you generate random numbers in c?
What is echo in c programming?
Explain the bubble sort algorithm.
Why can arithmetic operations not be performed on void pointers?
What are the 5 data types?
What are the parts of c program?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is the default value of local and global variables in c?
Explain what is the difference between functions abs() and fabs()?
What is c preprocessor mean?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...