C: Program that formats date input by the user.
Channel:
Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=Bi85baCiWBs
Short program that prompts the user to enter the date as three integer values for the month, the day in the month, and the year, and outputs the date in the form "31st December 2003" when the user enters 12 31 2003, for example.
Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch3/exercises/3_2/exercise3_2.c
Blog: https://pereiradpg.blogspot.com/2023/01/c-program-that-formats-date-input-by.html
Book: http://www.mosaic-industries.com/embedded-systems/_media/c-ide-software-development/learning-c-programming-language/beginning-c-5th-edition-ivor-horton.pdf
Other Videos By Daniel Pereira
2023-01-09 | Heavenbound - C64 [50Hz] |
2023-01-08 | C: For loop off by one error demonstration. |
2023-01-08 | It's Magic 2 - C64 [50Hz] |
2023-01-07 | Pac-Land - C64 [50Hz] |
2023-01-07 | C: Looped program without using goto statement. |
2023-01-06 | Pac-Mania - C64 [50Hz] |
2023-01-06 | C: Modify a calculator program to loop until user quits. |
2023-01-05 | Super Pac-Man - C64 [50Hz] |
2023-01-05 | C: Calculate discount price based on quantity input by user. |
2023-01-04 | Jr. Pac-Man - C64 [50Hz] |
2023-01-04 | C: Program that formats date input by the user. |
2023-01-03 | Ms. Pac-Man - C64 [50Hz] |
2023-01-03 | Ms. Pac-Man - C64 [60Hz] |
2023-01-03 | C: Using scanf to assign more than one value. |
2023-01-02 | Pac-Man - C64 [60Hz] |
2023-01-02 | Pac-Man - C64 [50Hz] |
2023-01-02 | C: Ternary operator demonstration. |
2023-01-01 | Rodland - C64 [50Hz] |
2023-01-01 | C: Nested Loops. |
2022-12-31 | Zamzara - C64 [50Hz] |
2022-12-31 | Stormlord - C64 [50hz] |
Tags:
C language
C programming
short programs
tutorial
date