MCPcopy 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
20int main(){
21 good_morning();
22 good_afternoon();
23 good_evening();
24 return 0;
25}

Callers

nothing calls this directly

Calls 3

good_morningFunction · 0.85
good_afternoonFunction · 0.85
good_eveningFunction · 0.85

Tested by

no test coverage detected