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!...

Recommended Answers

All 4 Replies

Good day...this is the wrong forum for asking questions...please go to the C forum and post your question!

im really sorry for this!... i made a wrong post..... sorry!.. im still new!...

Thats fine, you'll perhaps wtill want to take a look at our FAQ & Rules for the forum to get you better aquainted to the site.

rules which also state that we're NOT a homework agency where you can go to get someone else to do your work for you in order to help you cheat.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.