C Program to insert an element into the array at specified position

preview_player
Показать описание
#CProgramtoinsertanelementintothearrayatspecifiedposition
Major Operations that can be performed on arrays are
1. Insertion
2. Deletion
3. Sorting
4. Searching

This video explains the process of inserting an element into an array at specified position.
User have to specify the position where the element to be inserted and the element which to be inserted.
Here POSITION given by user is the INDEX value.
Рекомендации по теме
Комментарии
Автор

Better than other utube channel tq sir wonderful explanation!! ❤

MonikaL-cn
Автор

This is the best method shown 👍.. Thank you sir

anjalijha
Автор

thank you sir
liked
shared
subscribed
commented

educated
Автор

Nice explanation sir . Please keep it up.

ishandh
Автор

sir i understand your explanations, but when i implement your codes in my turbo c it doesnt run

deepjyotisinha
Автор

Sir please reply why we used printf atlast?

lakshminarashimha
Автор

Sir plzz cover JavaScript fundamental also plzz sir

prathameshdichwalkar
Автор

sir there will be no n++ in this program?

sheenunigam
Автор

Why we cant insert like this temp=array[position]
array[position]=element
array[size]=temp..


Pls rplu

ഇല്ലുമണവാട്ടി
Автор

Sir, here "n++" is not inserted. but in the previous video it was inserted? so here "n++" is not necessary???

maitryrakshit
Автор

N++ increment you havenot shown there sir

dhirajdhakal
Автор

Sir why did you using that logic a[i=1]=a[i-2], its not running, its working after a[i-1], and a[pos-1] was also a useless one logic you can just put a[pos] there,

aviraljoshi
Автор

Sir why we use to declare a [10] but you should take the size of array is 5 so why we need to declare a [10] because we don't use the array size is 10 you used it as 5

ABHISHEKKUMAR-.