Computer Science, asked by sanjaybaba73gupta, 1 year ago

wap to insert element at the begining and at the end
Plzz do it fast it's urgent​

Answers

Answered by gauravarduino
1

Explanation:

Push_front() and push_back() functions of the list. These are two functions which can be used to insert the element at the front and at the end to the list. push_front() inserts the element at the front and push_back() inserts the element at the back (end).

Similar questions