Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-C-Programming-Course
/ main
Function
main
Chapter 5/02_quick_quiz.c:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
int main(){
21
good_morning();
22
good_afternoon();
23
good_evening();
24
return 0;
25
}
Callers
nothing calls this directly
Calls
3
good_morning
Function · 0.85
good_afternoon
Function · 0.85
good_evening
Function · 0.85
Tested by
no test coverage detected