Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ setValues
Function
setValues
Arrays/32_Operations_on_arrays.c:16–19 ·
view source on GitHub ↗
setting value of variables inside the struct
Source
from the content-addressed store, hash-verified
14
15
// setting value of variables inside the struct
16
void setValues()
17
{
18
a1.counter = 0;
19
}
20
21
// main menu
22
int menu()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected