i am new at programming basic.. i got this problem at school... i want to seek help from you!..its all about inserting and deleting arrays in c language!..
for example:
given this output:
Menu Operations:
[1]Insert at beginning
[2]Insert at middle
[3]Insert at End
[4]Show array elements
[5]Delete array elements
[5]Exit
Enter element u want to insert:_ //first u need to enter a first value
Enter your choice of operation?:_ //what operaton you will used..
Enter element u want to insert: _ //need to enter another value
Enter your choice of operation: _ //operation again..
Enter element u want to insert: _ //need to enter another value
Enter your choice of operation: _ //operation again..
//the Output would display the arrays showing every operation you made
eg...
//you enter a value of 1 in the first element and the second is 2 and the third is 3...
//when u choose operation #3 the output would be...
1 2 3
//and so on the other operations....pls help me!... i really need your help!
//thanks!...