Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
void show(struct employee e){
15
printf(
"Code is %d\nSalary is %f\nName is %s\n"
, e.code, e.salary, e.name);
16
}
17
18
int main()
19
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected