How do I write a C function that generates the calendar of a month, given the year and month | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I write a C function that generates the calendar of a month, given the year and month

Write a C function that generates the calendar of a month, given the year and month and displays it on the screen with an asterisk around it. Eg: ************************************ * JULY 2022 * ************************************ * S * M * T * W * T * F * S * * * * * * * * * ************************************ * 1 2 * * * * 3 4 5 6 7 8 9 * * * * 10 11 12 13 14 15 16 * * * * 17 18 19 20 21 22 23 * * * * 24 25 26 27 28 29 30 * * * * 31 * * * ************************************

25th Mar 2023, 1:11 PM
Reign
1 Answer
+ 4
Show your attempt
25th Mar 2023, 1:48 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar