C-49 Arrays in C - Part 4 | Array Program 1 | C Programming Tutorials

Поділитися
Вставка
  • Опубліковано 10 лип 2021
  • In this lecture we will write a C program using Arrays.
    Best C Programming Tutorials: • Programming in C
    *********************************************
    Connect & Contact Me:
    Jenny's Lecture Hindi: / @jennyslectureshindi
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/profile/Jayanti...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    Telegram Group Link: Jenny's Lectures
    telegram.me/jennyslectures
    *******************************************
    More Playlists:
    Programming in C Tutorials: • Programming in C
    C++ Tutorials for beginners: • Lec 1: How to Install ...
    Printing Pattern in C: • Printing Pattern Progr...
    Best Python Tutorials for Beginners: • Python - Basic to Advance
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Dynamic Programming: • Dynamic Programming
    Operating Systems tutorials: // • Operating Systems
    DBMS Tutorials: • DBMS (Database Managem...
    Tags:
    arrays in c, what is array, introduction to arrays in c, c programming, computer science, engineering, programming languages, c language
    #cprogramming #coding #arraysinc #clanguage #jennyslectures

КОМЕНТАРІ • 197

  • @amargautam909
    @amargautam909 3 роки тому +75

    Unlucky that I found this channel after my graduation but luckily I found it.
    You truly care about your students. You’re making a huge impact. Thanks JK 👨🏻‍💻

  • @roycefernandes1824
    @roycefernandes1824 2 роки тому +15

    I love to watch your video..as it clears my topics and doubts... I haved joined classes of C programming....but I still watch ur video to understand the topic thoroughly.... ❤️

  • @shantanusonawane5267
    @shantanusonawane5267 3 роки тому +96

    Please make one video on Which exams can computer engineering students take? It's humble request mam.☺

  • @ShivaniSingh-hs9et
    @ShivaniSingh-hs9et 3 роки тому +15

    The way of your explanation is too good ma'am.
    Thank you so much ma'am 🙏

  • @aniketkumar3126
    @aniketkumar3126 3 роки тому +20

    Love to revise array topics taught by you ❤

  • @dineshkhatri5974
    @dineshkhatri5974 3 роки тому +2

    Your explaination is superb and understandable........It helps to other student to make the carrer in their it professions.......
    Regards,
    Harry(PUNE)......

  • @damindutharinda8815
    @damindutharinda8815 3 роки тому +2

    Thank You Madam after long time. I beg you please continue your lecturers without stop. Thank you madam thank you.

  • @ranjan_kumar_
    @ranjan_kumar_ 3 роки тому +8

    Ma'am your teaching style is really very awesome....😎 I always wait for your next video...😍🙂

  • @Rishabh11_12
    @Rishabh11_12 2 роки тому +5

    thanks a lot mam as a beginner this series helps me a lot .

  • @trendysonge344
    @trendysonge344 Рік тому +2

    your eye contact is very brilliant😍if you teach in video but i feel you teach in real 💥💥 keep rock ON

  • @nikithakosuri7733
    @nikithakosuri7733 2 роки тому +3

    The way you explained is amazing mam♥️

  • @anandansh9401
    @anandansh9401 3 роки тому +6

    THIS EXPLANATION IS AWESOME 😊

  • @md.arrafibinarif583
    @md.arrafibinarif583 3 роки тому +6

    Pointers and Dynamic Memory Allocation please!!! Also file handling i/o pleaseee! Ur lectures are amazing maam

  • @DESIGAMING-qi2kv
    @DESIGAMING-qi2kv Рік тому +3

    I feel lucky to see your lectures thank you so much.

  • @ramanan3293
    @ramanan3293 3 роки тому +1

    Finally After a longtime 🤩 Continue C programming

  • @thecloudterminal
    @thecloudterminal Рік тому +5

    Thank you for great explanation and putting so much effort mam 🙏

  • @AjaySingh-ng4is
    @AjaySingh-ng4is 3 роки тому +5

    Arrays, arrays, arrays, building blocks of database, data structure, data analytics etc. Thanks❤❤❤❤❤

  • @peddarapuchandrasekhar8230
    @peddarapuchandrasekhar8230 2 роки тому +4

    Mam DBMS c,c++, python class we want many from you mam ,l love your way of teaching mam💞

  • @durgalankipalli2541
    @durgalankipalli2541 2 роки тому +8

    When we want to reverse elements in an array, we can just change the initialization, condition, and modification of for loop:
    for(i=4 ; i>=0 ; i - -){
    printf("%d ",a[i]);
    }

  • @shivanshsharma9757
    @shivanshsharma9757 2 роки тому +2

    Mam love the way you teach 👍🏻
    Thank you mam. 😊

  • @FoxMediaCutz404
    @FoxMediaCutz404 Рік тому +2

    i am just started to learn c language thanks a lot for helping me 😇😇😇

  • @bharathgowda2667
    @bharathgowda2667 2 роки тому

    Tq for ur teaching ....it is most use full for me and all cs student

  • @Drizilingfacts
    @Drizilingfacts 3 роки тому +2

    Mam plz complete this c series all videos like structures, functions etc plzz mam .ur c videos are great

  • @hellosrikanth9
    @hellosrikanth9 2 роки тому +2

    Thank you madam... for your classes. :)

  • @sidharthsinghania5931
    @sidharthsinghania5931 3 роки тому +5

    Kindly make a video on dynamic memory allocation too.

  • @omkar.karle_ok8215
    @omkar.karle_ok8215 2 роки тому

    Tysm mam..You taught in a very simple way ... 👍👍

  • @shaistaahmed4161
    @shaistaahmed4161 3 роки тому

    thank you so much you help me a lot in my data structure exam

  • @learneveryday4683
    @learneveryday4683 3 роки тому

    Mam i saw your video first time #the way u explain is crazy

  • @govindaregmi664
    @govindaregmi664 2 роки тому

    Your teaching method is awesome mam

  • @ff_hr
    @ff_hr Рік тому +1

    It also works when one for loop written why used 2 for loops
    #include
    void main() {
    int i,a[3];
    printf("enter elements in array :");
    for(i=0;i

  • @SravanKumar-uc6qt
    @SravanKumar-uc6qt 2 роки тому

    Looking good introducing,
    Well notify imagination,
    Respected,

  • @VishveshChavda-ev2hi
    @VishveshChavda-ev2hi 8 місяців тому +3

    Mam, You can use clrscr(); to remove your privious output.

  • @MohammedIbrahim-eu1mk
    @MohammedIbrahim-eu1mk 3 роки тому +3

    Mam we love ur teaching and one of the best tutorials on c 🥰🥰🥰🥰🥰

  • @abdulrahimjalloh9072
    @abdulrahimjalloh9072 Рік тому +1

    Hi mam, can you please send the download link of this compiler you are using?
    I love it

  • @rajasekharlanka611
    @rajasekharlanka611 2 роки тому

    Your explanation is too good madam thank you so much madam

  • @Aptitude_guide
    @Aptitude_guide 3 роки тому

    Love the way you teach🙂

  • @mjunaidhashmi5542
    @mjunaidhashmi5542 3 роки тому

    ma,am your teaching style is very good unluckly you from india otherwise i studied from you fase to fase

  • @srinureddy1584
    @srinureddy1584 3 роки тому

    Your voice is always awesome ☺️☺️😎😎 mam

  • @aryankesharwani8796
    @aryankesharwani8796 3 роки тому

    Ma'am thankuh for ur support bt i also wnt to suggest u tht u shld try for modeling

  • @kiranmanukonda5605
    @kiranmanukonda5605 3 роки тому

    I have searched all the vedios you are doing well mam please start phyton tutorials

  • @akshayjadhav19
    @akshayjadhav19 3 роки тому +2

    Ma'am please make video on how install vs code and other packages it will really help full everyone.
    Please plz 🙏

  • @chinmaykadam1582
    @chinmaykadam1582 3 роки тому

    Please make video on java and advanced java bcoz it will be very easy to learn from u instead of other online classes.

  • @-MShivakumar
    @-MShivakumar 3 роки тому

    super mam and also same way after completion of c do java,Rdms,practically mam plzz and do all programs in practically mam

  • @raghavbakshi736
    @raghavbakshi736 2 роки тому

    best teaching mam thanks for this video

  • @solitary1022
    @solitary1022 2 роки тому

    Great explaination ma'am

  • @aniketdey8449
    @aniketdey8449 3 роки тому

    Apko dekh lia sukoon mil gaya🥺

  • @cswala143
    @cswala143 2 роки тому

    a super way to convey student ,,,,,,

  • @tejaswinis3219
    @tejaswinis3219 Рік тому

    Is it okay to write both reading and printing a[i] in one loop only?

  • @bhavanihm7122
    @bhavanihm7122 3 роки тому

    Very informative...

  • @user-zs8rt8qo5n
    @user-zs8rt8qo5n 7 місяців тому

    Thank you so much mam...❤

  • @PalisettiSivaMani
    @PalisettiSivaMani 6 місяців тому

    tq mam for clear explination

  • @thegatelearner-original
    @thegatelearner-original 3 роки тому

    Very good explanation mam

  • @edgexs1427
    @edgexs1427 3 роки тому +1

    Maam plz upload videos on structure using C and linked lists

  • @shivapavanreddy1412
    @shivapavanreddy1412 3 роки тому

    Thanks a lot Mam.

  • @monalisasahoo5420
    @monalisasahoo5420 2 роки тому

    Supap teaching process 👍👍🙂

  • @vidhyadharyeramaneni9983
    @vidhyadharyeramaneni9983 3 роки тому

    Mam please do videos on algorithms...

  • @ss0047
    @ss0047 3 роки тому +1

    After C do u have any idea of starting a new language mam..

  • @PankajKumar_IT
    @PankajKumar_IT 3 роки тому

    Mam , Today you looking more beautiful in open Hair...❤️
    Thanx for today's lecture nice class mam🙏

  • @durgaprasadmandal4110
    @durgaprasadmandal4110 3 роки тому

    Very nice madam 👌
    I am new in your channel..

  • @Dipalimane_27
    @Dipalimane_27 2 роки тому +1

    Thank you mam

  • @harshithakandukuri8208
    @harshithakandukuri8208 Рік тому

    Mam when i compile the this program I will get some garbeg values what we do now ?????
    Please tell mee......

  • @theshahzorahmed6967
    @theshahzorahmed6967 2 роки тому

    Mam please make a vedio on vs code installation and command line I installed it but could not able to run the same program I have no errors in program but iam anable to use vs code like you do I own a windows laptop if you can do anything it would be a great help

  • @p.n-02-rider74
    @p.n-02-rider74 3 роки тому

    Thank you ma'm

  • @ikirsadkhan1320
    @ikirsadkhan1320 3 роки тому

    Nice teaching mam love you

  • @Shaurya_Vlogs9
    @Shaurya_Vlogs9 3 роки тому

    Superb mam 👌

  • @ashwaniverma5512
    @ashwaniverma5512 3 роки тому

    Nice content 👍👍

  • @KeerthiGovindasu
    @KeerthiGovindasu 7 місяців тому

    thank you maam

  • @ececse
    @ececse Рік тому

    thankyou ma'am

  • @saqibsaqib1947
    @saqibsaqib1947 8 місяців тому

    Mam if we dont want t exit our program and continually run
    And want any key t quit so how can we like you use in this program you continually change the program and the compiler ask you again ang again

  • @swapnanalla1215
    @swapnanalla1215 2 роки тому

    How we will know the base adress of the first one.like we will all the adresss using the first one right mam?? How we will know it??

  • @PIYUSH-tq6sn
    @PIYUSH-tq6sn 3 роки тому

    lots of love mam from nepal

  • @bhupathijhansi7596
    @bhupathijhansi7596 3 роки тому

    Mam can u explain formal language and automata theory sub

  • @mahi3771
    @mahi3771 3 роки тому

    What is meant by Segmentation error plz tell me mam❤️

  • @monishj101
    @monishj101 Рік тому

    0:49 (number of data items) x (size of one element of an array) = size of an array

  • @rutvikkantibhaimaheshwari3979
    @rutvikkantibhaimaheshwari3979 2 роки тому

    Mam make videos on structure in C

  • @elavarasan_r154
    @elavarasan_r154 3 роки тому

    Great mam

  • @muntahaahsan8292
    @muntahaahsan8292 Рік тому

    Mam which app u use in c language
    2nd which app is best for c language
    And 3rd is turbu c is best for c language or not

  • @durgeshshinde4476
    @durgeshshinde4476 3 роки тому

    Mam Love from pune ❤

  • @pranavbonde5946
    @pranavbonde5946 3 роки тому

    Mam please start PHP series....

  • @mahi3771
    @mahi3771 3 роки тому

    Man can u please explain what "Segmentation error "means

  • @umar1099
    @umar1099 3 роки тому

    Mam can we develop apps in borland c ide

  • @godfatherplayz6104
    @godfatherplayz6104 Рік тому

    Thanks mam💝💝

  • @honeyguptaji8026
    @honeyguptaji8026 3 роки тому

    Mam at 2:35
    Bound checking
    If a[11] ;
    then? It also take garbage value or not ?
    Thank u mam 🙏🏻

  • @nandiniboyina7444
    @nandiniboyina7444 3 роки тому +8

    Mam can you please explain python language also mam 🥺

  • @user-fs9dy6nm8o
    @user-fs9dy6nm8o 9 місяців тому

    Mam...as u said we should use braces for multiple statements but here why did u braces for scanf after for loop

  • @wafaaalenezy6263
    @wafaaalenezy6263 2 роки тому

    why we have to use loop to print an array?

  • @riteshsagar3153
    @riteshsagar3153 3 роки тому

    Please make video on java

  • @obongronald4080
    @obongronald4080 Рік тому

    good

  • @sumitkhursange2673
    @sumitkhursange2673 3 роки тому

    ma'am please complete the DBMS course ,please ma'am

  • @Sigma_dose455
    @Sigma_dose455 3 роки тому

    You know. What guys want. That A beautiful girl teach us in a proper and professional way 🌊💜...
    And ( wow )
    I got you🙇

  • @babarsk8784
    @babarsk8784 Рік тому

    madam your god for poor students like us we affort such big subcriptions to learn c program

  • @vineetahuja1375
    @vineetahuja1375 2 роки тому

    Mam please start videos on other languages

  • @amadalicscience5184
    @amadalicscience5184 3 роки тому

    O madam all is well🤭 Thank you mam 😘

  • @dhnalaxmigounder7379
    @dhnalaxmigounder7379 2 роки тому +1

    Ma'am I don't have laptop or PC . So which complier shall I use or any online complier ? Pls let me know

  • @DailyLoot21
    @DailyLoot21 2 роки тому

    Thnx mam

  • @sireeshasanapathi9320
    @sireeshasanapathi9320 3 роки тому

    Mam could you please upload the python tutorials

  • @rajasekharlanka611
    @rajasekharlanka611 2 роки тому

    Super madam

  • @ramesh-roy
    @ramesh-roy 2 роки тому +1

    Mam the 1st programme give rong output

  • @dineshkumar-sf9lr
    @dineshkumar-sf9lr 2 роки тому

    Please make python coding video's mam

  • @priya4957
    @priya4957 3 роки тому

    Mam one thing why I will be going unacademy like data structures and algorithms it will already uploaded to your channel that's enough for me mam 🙏👍