Write a menu driven c program to create an integer array and populate it with some data. Then perform the following operations with user choice: a) Insert an element at beginning, at end, at any position of the array. b) Delete an element at beginning, from end, from a given position of the array. c) Replace the element of a given position with another number. d) Search if an element exist in the list (using linear search). e) Display the array elements
MD SAIFUL_2 0 Newbie Poster
Recommended Answers
Jump to PostPlease read the Daniweb Posting Rules and Suggestions For Posting Questions.
Jump to PostMaybe it needs an update to include "don't feed the students answers."
That's not against our rules.
Jump to PostWhy are you discussing this in a thread titled "Write a menu driven c program..."? Shouldn't this be discussed in the mods forum?
All 9 Replies
rproffitt 2,701 https://5calls.org Moderator
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
rproffitt commented: Maybe it needs an update to include "don't feed the students answers." +16
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
rproffitt commented: I know that. If folk are unclear about what/why, then why not hand them fish? +16
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
rproffitt 2,701 https://5calls.org Moderator
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
rproffitt 2,701 https://5calls.org Moderator
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
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.