MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-C-Programming-Course / show

Function show

Chapter 9/05_quick_quiz.c:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14void show(struct employee e){
15 printf("Code is %d\nSalary is %f\nName is %s\n", e.code, e.salary, e.name);
16}
17
18int main()
19{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected