Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ menu1
Function
menu1
Arrays/32_Operations_on_arrays.c:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
int menu1()
34
{
35
printf(
"Press 1 for insertion\n"
);
36
printf(
"Press 9 to exit\n"
);
37
scanf(
"%d"
, &menuOption);
38
}
39
40
// operation functions
41
void printArr()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected