C program to delete an element from an array

  Рет қаралды 128,584

Coding Xpertz

Coding Xpertz

Күн бұрын

Пікірлер: 52
@TrackingAcademy
@TrackingAcademy 8 жыл бұрын
Nice work ! just stay calm while you are talking. you begin to get confuse.
@intrarab
@intrarab 7 жыл бұрын
why you not decremented the array?
@neelulohiya5118
@neelulohiya5118 5 жыл бұрын
Given: Data set of N values, each data is of size 3 digit and all data values are positive Output (required) Sort the data in ascending and descending order with given condition 1. First digit should be middle digit of given data value 2. Second digit should be third digit of given data value 3. Third digit should be first digit of given data value Example: Let N=5 Data: 345 234 675 970 123 (all data are three digits) Now the data becomes (as per output required) 453 342 756 709 231 Ascending Order: 231 342 453 709 756 Descending Order: 756 709 453 342 231
@SarcasticShubh
@SarcasticShubh 2 жыл бұрын
position agr mai jyada daal du to if and else dono condition chl rhi hai
@SmartProgramming
@SmartProgramming 6 жыл бұрын
nicely explained, thanks a lot for this tutorial 👍👍👍👍🙂🙂🙂
@melomaniadiscordia8706
@melomaniadiscordia8706 5 жыл бұрын
That
@ShivamSharma-cc7mc
@ShivamSharma-cc7mc 4 жыл бұрын
Bro getch() is not used to hold screen ,while it waits till user input
@VISHALYADAV-ry7uy
@VISHALYADAV-ry7uy Жыл бұрын
Bhaiya aapne bol rahe hai ki 5-1ho gaya 4 then 4
@srajensingh4532
@srajensingh4532 8 жыл бұрын
programme kaha se churaya hain
@joykj6304
@joykj6304 6 жыл бұрын
If we insert insorted array , after deleting the elements , Whether the resultant array is in sorted or in unsorted array?
@shashanknegi490
@shashanknegi490 4 жыл бұрын
Insorted array is generated because we never in our program sort it
@iwondersometime
@iwondersometime 8 жыл бұрын
what we will do if we want to search a name that user have entered and than delete it !!??
@adepuvijayalaxmi1521
@adepuvijayalaxmi1521 8 жыл бұрын
u entered position numbr was 3 bt deleted value 300. actually deleted value is 400 bcz of array starts from 0th location.
@baerlux
@baerlux 11 ай бұрын
No....in the for loop it is mentioned c=pos-1, so c=3-1= 2,,,if we count it from 0 index then it is the third position
@besttimeofthisplanet4234
@besttimeofthisplanet4234 6 жыл бұрын
Gud explaination...
@punleu_sam
@punleu_sam 5 жыл бұрын
VERY NICE. #COOL SHARING
@sauravmalla2562
@sauravmalla2562 7 жыл бұрын
Will this process work in any program?
@beauregarde6890
@beauregarde6890 7 жыл бұрын
This is C and looks similar to C++
@shashanknegi490
@shashanknegi490 4 жыл бұрын
Yess just the way of writing changes but not the logic
@koulicksadhu7679
@koulicksadhu7679 6 жыл бұрын
in 5:02, 4
@shoebraza7680
@shoebraza7680 4 жыл бұрын
Yes condition is false
@venkatsubbu2802
@venkatsubbu2802 6 жыл бұрын
If user enter element then how ?
@garimasingh5278
@garimasingh5278 7 жыл бұрын
wow a very good methadology
@farihazultana
@farihazultana 7 жыл бұрын
Why its if(position >= n+1 ) ??? why not if (position >= n ) ???
@Sumanmandal-l7n
@Sumanmandal-l7n 2 жыл бұрын
Same..
@ayushgoyal8512
@ayushgoyal8512 7 жыл бұрын
Please make videos for queue also
@mdshahidmugni2381
@mdshahidmugni2381 8 жыл бұрын
nice work.....
@gajendrarajput38
@gajendrarajput38 2 жыл бұрын
Bro.. Apki awaj bhol slow he
@farihazultana
@farihazultana 7 жыл бұрын
Thanks bro!
@ShivaRastogi-t2b
@ShivaRastogi-t2b 5 ай бұрын
Thanks bro!!!!!!
@trinayak5666
@trinayak5666 7 жыл бұрын
thank you
@amittomar9026
@amittomar9026 9 жыл бұрын
Gud teachr
@rift_ak
@rift_ak 7 жыл бұрын
Awesome! Thank you!
@mr.shoaibmalik2488
@mr.shoaibmalik2488 4 жыл бұрын
Thank you sir❤
@dasarathisabar4326
@dasarathisabar4326 5 жыл бұрын
Searching array program in c
@youAredeadOfficial
@youAredeadOfficial Жыл бұрын
Good
@riteshsingh7067
@riteshsingh7067 7 жыл бұрын
don't sleep during leacture
@mdraashidhussain7046
@mdraashidhussain7046 4 жыл бұрын
Wrong code Indexing of array will starts from zero not 1
@pankajbhadane4670
@pankajbhadane4670 3 жыл бұрын
pankaj bhadane computer engineering
@amittomar9026
@amittomar9026 9 жыл бұрын
This video is so much gud
@chaitanyachandolu6039
@chaitanyachandolu6039 5 жыл бұрын
good work buddy
@abidulhaque6185
@abidulhaque6185 7 жыл бұрын
nice
@anikethinge5904
@anikethinge5904 8 жыл бұрын
sleep while we teach ....hahahaha
@diyavaishnav2594
@diyavaishnav2594 7 жыл бұрын
Disha sharma
@rohansinha3039
@rohansinha3039 6 жыл бұрын
abe aise khi explain kiya jata hai kuch?
@akshatkumar2956
@akshatkumar2956 4 жыл бұрын
Bhai ye... for(i=position+1;I
@amritdutta6695
@amritdutta6695 6 жыл бұрын
Sahi hai bhai
@oti7550
@oti7550 Жыл бұрын
Kösz tesó
@anmolaghi7732
@anmolaghi7732 5 жыл бұрын
Abe oe define to kr thk s code to online b mil jaega
@vishalmishra1937
@vishalmishra1937 7 жыл бұрын
4
@muhammadmohsin4986
@muhammadmohsin4986 6 жыл бұрын
vishal mishra agreed! False condition bta rahe hain. Aur true krwa diya..
@Abhishek-rv8tx
@Abhishek-rv8tx 6 жыл бұрын
absolutely correct bhai
37 - DELETION OF AN ELEMENT FROM A SPECIFIC POSITION IN AN ARRAY - C PROGRAMMING
15:15
Inserting an element in an array (C program)
7:16
CSE GURUS
Рет қаралды 92 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 35 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 685 М.
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 197 МЛН
C Program to Insert an Element in an Array
6:16
Programming Tutorials
Рет қаралды 60 М.
Delete An Array Element At A Specific Index | C Programming Example
8:18
Portfolio Courses
Рет қаралды 22 М.
C Program to Create a File and Store Information
5:17
Coding Xpertz
Рет қаралды 208 М.
you will never ask about pointers again after watching this video
8:03
Master Array Element Deletion in C Program in Just 5 Minutes!
5:14
36 - INSERTION OF AN ELEMENT INTO AN ARRAY AT SPECIFIC POSITION - C PROGRAMMING
15:50
Sundeep Saradhi Kanthety
Рет қаралды 235 М.
C Program to Delete  an Element from  an Array  |C Programming Tutorial in Hindi
14:54
1.3 Array Operations | Deletion from Array | Explanation with Code | Data Structure
14:59
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 35 МЛН