MCPcopy 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
16void setValues()
17{
18 a1.counter = 0;
19}
20
21// main menu
22int menu()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected