Language
C
Compiler
gcc 10.1.0
Options
Warnings
C99
-pedantic
$ gcc prog.c -Wall -Wextra -std=c99 -pedantic
Please select an option:
(1) Initialize the array
(2) Insert an integer
(3) Remove an integer
(4) Display the numbers stored in the array
(5) Quit
Enter your choice:
Enter the total number of integers (MAX=10):
Enter the integers:
Enter your choice:
Enter an integer:
Enter your choice:
The 6 numbers in the array:
11 22 33 44 55 334
Enter your choice:
Exit Code:
0