I asked value as an input from the user and wasn't able to code well,but taking position seems much easier
@akhilmishra32582 жыл бұрын
In the second last loop for(i=pos-1;i>=n-1;i++) a[i]=a[i+1]; a[pos-1]=value; we need to store it lastly in the value variable .
@bhavyasachula70063 жыл бұрын
awesome explanation sir.thank you sir.
@CSEGURUS3 жыл бұрын
You're most welcome...You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@darshansdsd85603 жыл бұрын
Ossm teaching after so many lectures this is best
@CSEGURUS3 жыл бұрын
Thanks a ton...You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@poochaser66182 жыл бұрын
How to delete multiple elements like taking the limit frm user and how to delete elements lzz tell me
@daneshwarin98533 жыл бұрын
Great explanation sir ty❤
@CSEGURUS3 жыл бұрын
Most welcome..You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@sanchitmehta71815 ай бұрын
Are you doing job rn?
@Sushma_devi_s2 жыл бұрын
It's wrong code.. It must be For(i=position;i
@vikasvobbilisetti71073 жыл бұрын
excellent logic,thank you
@CSEGURUS3 жыл бұрын
You are welcome..You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@binitgudhka32923 жыл бұрын
Very very very good explanation
@CSEGURUS3 жыл бұрын
Thanks and welcome....Watch all sortings with clear explanation in the following link.. www.udemy.com/course/draft/3956622/?referralCode=306AAC6206D9B4584A1B
@kousalyad96973 жыл бұрын
Good explanation sir easy to understand for me thank u sir
@CSEGURUS3 жыл бұрын
Thanks and welcome... You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@billmallxii12193 жыл бұрын
Thank You So Much Sir!
@CSEGURUS3 жыл бұрын
Most welcome..You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@VamsiGeetham_2024 Жыл бұрын
Thank you so much sir.
@CSEGURUS Жыл бұрын
Most welcome…You can watch this playlist for placement related stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@bindukm47502 жыл бұрын
Thank you so much 🥰🥰🥰🥰🥰
@CSEGURUS2 жыл бұрын
You’re most welcome ..You can watch this playlist for placement related stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@SangArt2 жыл бұрын
How to free up the unnecessary space at the end of array after deleting
@themeshproduction6 ай бұрын
these are arrays it can't be changed... also array is made of size 100 it will be still there...To deal with this problem we use Linked Lists
@blessonbinujoseph39763 жыл бұрын
Awesome 👌
@CSEGURUS3 жыл бұрын
Thank you!... Keep Learning.. You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@bijoykumarray3756 Жыл бұрын
Thnks vaiya❤
@CSEGURUS Жыл бұрын
Most welcome…You can watch this playlist for placement related stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@shrutikalwar44223 жыл бұрын
Thank you
@CSEGURUS3 жыл бұрын
You are welcome..Watch Top 90 Data Structures MCQs in the following link... kzbin.info/www/bejne/n2OvhXSAndB5nJo
@claudiosilvestri84852 жыл бұрын
Ti faccio notare però che una volta rimosso il numero dal vettore, la memoria che il vettore occupa sulla scheda RAM è sempre la stessa poiché non è stata rimossa fisicamente la locazione di memoria del vettore nel momento della rimozione del numero.
@CSEGURUS2 жыл бұрын
Thank u...Watch all sortings with clear explanation in the following link.. www.udemy.com/course/draft/3956622/?referralCode=306AAC6206D9B4584A1B
@rkroshanprince3 жыл бұрын
thanks sir
@CSEGURUS2 жыл бұрын
Most welcome..You can watch this playlist for placement related stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@pradipmalik60682 жыл бұрын
Video not show clearly
@chirag85033 жыл бұрын
one mistake in second for loop i
@bindukm47502 жыл бұрын
thank you so much sir
@CSEGURUS Жыл бұрын
Most welcome... You can watch this playlist for placement related stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@ayushchaturvedi55972 жыл бұрын
Galat aa rha hai is code se
@priyeshpandey71282 жыл бұрын
No need to ask user for length of array Simply int Length = sizeof(arr) / sizeof(are[0]) It will calculate like Length as int byte size of a = 5*4 , byte size of a[0] = 4 Length = 20/4 = 5
@ECRBkavipriya5 ай бұрын
Wrong program output wrong
@pmkvines59523 жыл бұрын
🙏
@CSEGURUS3 жыл бұрын
Thank you..You can watch this playlist for more stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe
@wizrom3046 Жыл бұрын
(Edited) nothing
@gamerasad27362 ай бұрын
Waste of memory ,the code can be more efficient
@Sushma_devi_s2 жыл бұрын
No that's wrong
@rashaaman3062 Жыл бұрын
Thank you
@CSEGURUS Жыл бұрын
You're most welcome... You can watch this playlist for placement related stuff in C kzbin.info/aero/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe