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 merge sort in c?
What is a structural principle?
How do I use strcmp?
What is far pointer in c?
How do you define CONSTANT in C?
Explain which function in c can be used to append a string to another string?
Explain the meaning of keyword 'extern' in a function declaration.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why is c so powerful?
What is && in c programming?
What is a rvalue?
Can a function argument have default value?
Why are all header files not declared in every c program?
how do you execute a c program in unix.
What is a dynamic array in c?