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
rproffitt 2,685 https://5calls.org Moderator
Reverend Jim 5,087 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,453 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,453 The Queen of DaniWeb Administrator Featured Poster Premium Member
rproffitt 2,685 https://5calls.org Moderator
Dani 4,453 The Queen of DaniWeb Administrator Featured Poster Premium Member
rproffitt 2,685 https://5calls.org Moderator
Reverend Jim 5,087 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Dani 4,453 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.