Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-C-Programming-Course
/ Date
Class
Date
Chapter 9 - Practice Set/09_problem9.c:3–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <stdio.h>
2
3
typedef struct Date
4
{
5
int mm;
6
int dd;
7
int yyyy;
8
} DT;
9
10
int compare(DT d1, DT d2)
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected