devilztym
03-30-2009, 10:11 AM
Hi, everyone. Thanks in advance.:D
I am a Student (First Year) doing computer Engineering. We are being tought C-programming at the University. As I am not from an english speeking country its difficult for me to keep up to our lectures. Hence I need help.
Problem::confused:I have to write a program in C-language. In which when we give input as DD/MM/YYYY (any date). the output should be in words.
Eg.
Input - 30/03/2009
Output-
Thirtieth
March
Two Thousand Nine
Monday
I dont want the exact solution:rolleyes:. Rather I want to develove the code all by my self. What I need is, for all of you to guide me to my solution.
I have simple basic knowledge of C. We have covered topics like.
Printf, scanf, %d,f,c if statement, while loop, for loop, etc.:thumbsup:
I am a Student (First Year) doing computer Engineering. We are being tought C-programming at the University. As I am not from an english speeking country its difficult for me to keep up to our lectures. Hence I need help.
Problem::confused:I have to write a program in C-language. In which when we give input as DD/MM/YYYY (any date). the output should be in words.
Eg.
Input - 30/03/2009
Output-
Thirtieth
March
Two Thousand Nine
Monday
I dont want the exact solution:rolleyes:. Rather I want to develove the code all by my self. What I need is, for all of you to guide me to my solution.
I have simple basic knowledge of C. We have covered topics like.
Printf, scanf, %d,f,c if statement, while loop, for loop, etc.:thumbsup: