Write a program in c to input a 5 digit number and print it
in words.
Answer Posted / vignesh1988i
OK HERE they are asking for 5 digits , but if somewhere
they ask for 'n' digit numbers , then that a[6] wont work
there , Whenever u do a program u will also think of the
worst cases then only we must develop a program...... in all
situations ur program should work!!!!!!!! that's speaks !!
thank u
| Is This Answer Correct ? | 25 Yes | 37 No |
Post New Answer View All Answers
What is difference between array and pointer in c?
What is the meaning of && in c?
What do you mean by c what are the main characteristics of c language?
What is the process to generate random numbers in c programming language?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
Tell me can the size of an array be declared at runtime?
Explain how do you print an address?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Why do we use int main instead of void main in c?
develop algorithms to add polynomials (i) in one variable
If the size of int data type is two bytes, what is the range of signed int data type?
What are shell structures used for?
Which are low level languages?
What is the difference between fread buffer() and fwrite buffer()?