Write a program in c to input a 5 digit number and print it
in words.
Answer Posted / prawin62
they directly asks for 5 digit naaa
so read that into a c[6] like that
and print c[0] thousand like that..........
| Is This Answer Correct ? | 32 Yes | 83 No |
Post New Answer View All Answers
what is the role you expect in software industry?
How can variables be characterized?
What is the symbol indicated the c-preprocessor?
What are header files and explain what are its uses in c programming?
How is null defined in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Can a pointer be static?
How can I find out the size of a file, prior to reading it in?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How many types of functions are there in c?
How can you allocate arrays or structures bigger than 64K?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
how to construct a simulator keeping the logical boolean gates in c
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58