MCPcopy 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
33int 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
41void printArr()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected