C_84 Introduction to Functions - part 1 | C Language Tutorials

Поділитися
Вставка
  • Опубліковано 28 сер 2021
  • Discussed basics of Functions in C
    Checkout Relevel: relvl.co/8gs
    C complete playlist: • Programming in C
    Connect & Contact Me:
    Vlogging Channel Link: bit.ly/354n7C7
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/profile/Jayanti...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    See Complete Playlists:
    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: // • Operating Systems
    DBMS: • DBMS (Database Managem...

КОМЕНТАРІ • 939

  • @Maya_s1999
    @Maya_s1999 Рік тому +146

    You really care so much that your students understand. I'm so grateful for your videos, you are the best teacher ever!!

  • @vishnusony8139
    @vishnusony8139 2 роки тому +147

    Main() is a pre-define function....but the body of main() is defined by the programmer.....👍

    • @junedpathan4466
      @junedpathan4466 Рік тому +3

      Yup correct 👍🏻

    • @nandinivardhineedi
      @nandinivardhineedi 10 місяців тому +7

      no main is user defined function

    • @govardhini6322
      @govardhini6322 6 місяців тому +5

      main() is an user defined function it doesn't have any header file required

  • @mirapakaya
    @mirapakaya 2 роки тому +286

    186th like here. Lets see how many more. Btw, I am a seasoned programmer who forgot all the fundas in the due course of time and your classes are a very good refresher to me :). Great job Jenny !

  • @charlestoneoyoo
    @charlestoneoyoo Рік тому +29

    I'm truly grateful for this tutorial🥳🥳 Very informative, articulate and on point👌🏾. Initially I had challenges in this sector and now I'm glad I understand the concepts. Keep it up ...Kudos!🌟

  • @sumitsharmaiiitu4416
    @sumitsharmaiiitu4416 Рік тому +7

    i am in iit rupar but mam literally no one in my faculty is matchable than you ..you are great.... all we need how express whatever i have knowledge..you convey is best

  • @RiteshSharma145
    @RiteshSharma145 2 роки тому +106

    So grateful of you ma'am.
    Literally, no one teaches better than you on UA-cam

  • @vaishnavinagrale5429
    @vaishnavinagrale5429 2 роки тому +16

    main()--both predefined and user defined
    It's prototype/syntax is predefined in compiler and body of function is user defined.
    Thank you so much mam

  • @aryamansingha9984
    @aryamansingha9984 2 роки тому +81

    main() function is a user-defined, body of the function is defined by the programmer or we can say main() is programmer/user implemented function, whose prototype is predefined in the compiler.
    Hence we can say that main() in c programming is user-defined as well as predefined because its prototype is predefined.
    BTW MAM you are the live example of beauty + brain :
    i just watched you'r function for the first time , you teach each part so well i may need not need to open my notes

    • @MinatoNamikaze-fe9wr
      @MinatoNamikaze-fe9wr 2 роки тому +4

      Same bro

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

      main() function is a user-defined function

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

      main () is not a user-defined function but a system defined /predefined function since the meaning is already preset

  • @dillipkumarsahoo5017
    @dillipkumarsahoo5017 2 роки тому +86

    Main()
    Is a user defined as well as predefined function . In main()
    Body of this function is user implemented and it's prototype is predefined. So it's a user defined and predefined function 😊. Thank you🙏 mam ur teaching process is so beautiful✨.

  • @062rupeshkumarmahto8
    @062rupeshkumarmahto8 2 роки тому +17

    I searched entire UA-cam to understand the Functions but its wisely and correctly said that Resonance Teacher and student always end up at Understanding each other.Thank You mam for such a tute starting from the base.Its my first video on this Channel👌👌👌👌👌Lots of 💞🙏

  • @udaysinghrana5725
    @udaysinghrana5725 Рік тому +21

    main() is a predefined function

  • @walesh00
    @walesh00 10 місяців тому +18

    For students who doesn't accepts everything easily and goes for logic I think u are a great teacher tq so much ❤️

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

    I love the way to teach. You make things so clear.

  • @ahsansyed3320
    @ahsansyed3320 Рік тому +11

    Just love the way she seriously switches from the unacademy promo to the title of the topic of the video, it gives me an extra boost of energy like, okay it's time to learn something now. Great job Mam👍

  • @manish-funny_123
    @manish-funny_123 Рік тому +47

    main() is predefined function
    The meaning of C is defined in header file.

    • @tanmaychoudhari3524
      @tanmaychoudhari3524 Рік тому +7

      No main() is user defined function ,because you always write main() function in program

  • @shaikthaheer5339
    @shaikthaheer5339 2 роки тому +16

    Mam I am trying to understand these from 2 months but I can't understood
    Finally you explained properly thank you mam

  • @mrnavdip9560
    @mrnavdip9560 2 роки тому +7

    Finally I got proper video in functions. Thank you very much 🔥🔥

  • @travellerutkarsh4964
    @travellerutkarsh4964 2 роки тому +33

    once again want to say thanx mam. only because of your proper teaching along with problem statements i cleared lots of concepts in c. since last 4 days i am watching continuously each & everyone lecture of c covered by you.

  • @saurabhrawat5942
    @saurabhrawat5942 Рік тому +3

    U make it easy to understand. I found many videos before this but didn't find anything like this. Too good. 👍

  • @me-10-suyash38
    @me-10-suyash38 Рік тому +2

    Main function - It all depends on the boot code of the compiler which runs first user space function.
    main have often two arguments argc and argv
    This first user space function's name often called as main.

  • @nikhildubey6184
    @nikhildubey6184 8 місяців тому +3

    I did not get a teacher like you in my whole life 💙

  • @chandanbharti5207
    @chandanbharti5207 2 роки тому +11

    U r better than my prof ma'am 🙇🙇
    Thanks for this amazing lecture 🙇🙇

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

    Your method of teaching is great.....it really helps us in learning programing.......

  • @dineshmilano6495
    @dineshmilano6495 2 роки тому +6

    Thanks you so much mam
    Now I got a clear picture of what function is 👍

  • @_jay_9122
    @_jay_9122 2 роки тому +7

    Eagerly waiting for this topic....
    Thank you ma'am...

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

    Ma'm i am so much thankful for your best quietly content, आपकी vjh se mai बिना कुछ pay kiye इतना अच्छी teaching pa rha hoo🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @biswasthapa7274
    @biswasthapa7274 9 місяців тому

    Finally after watching all other youtube tutorial, i landed here and i am so grateful..

  • @deepaashishparihar5873
    @deepaashishparihar5873 2 роки тому +10

    I'm waiting for that topic since last month , now i got that , excellent content 👍 , thank you mam.

  • @thanushavishwajith3755
    @thanushavishwajith3755 2 роки тому +6

    Thank you madam!!!!
    Main function is an user defined function ...😊

  • @VikranthReddy-zg5vw
    @VikranthReddy-zg5vw Місяць тому +1

    mam you are the one and only best C programming teacher ❤🥰

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

    You are amazing lecturer continue in this way!

  • @mohammadyawar5696
    @mohammadyawar5696 2 роки тому +7

    Thankyou for this wonderful lecture mam.. Thankyou so much.. Teaching with this kind of cute smile is just awesome.. Highly appreciate ur efforts🤗🤗

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

    Thank you so much mam. I get two benefit after watching this video. One is smile of cute teacher and great concepts of function.

  • @suyaforsoftwareengineering6704

    I must testify that you are the best, may God see you through.

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

    you inspire me with your teaching skill ,i have gotten the solution to my pb

  • @itsjaya1845
    @itsjaya1845 2 роки тому +16

    Main is a predefined function.
    This topic is so long and obviously hard, but I know you teaches very well. & we must follow it. Because it's very helpful for us.. Thanks mam 🌷🌷

    • @vinayakk2745
      @vinayakk2745 7 місяців тому +2

      main() is not predefined function, it's a user defined function

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

      @@vinayakk2745 but how can you say that main is a user defined function ()

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

    Thank you mam You helped a lot for me....to understand the concept....

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

    Hi Jenny, I really hope you see this.
    I have been trying to understand Functions for the past 2-3 weeks and been finding it difficult. But 5 MINUTES into this video. I totally understand the whole idea of function.
    Am I wrong to say "I LOVE YOU", like a teacher tho.
    THANK YOU

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

    Her teaching skills are soo good

  • @UjjwalSharma.861
    @UjjwalSharma.861 Рік тому +4

    I want a teacher like you in my college ❤...

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

    Thnks Mam cleared my exam because of your content. ❤️

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

    main is a user defined function

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

    amazing this is unbelievable mam i can t imagine i learn c with this consntration

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

    main() is pre defined function.

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

    Thanks 😊 mam. die hard fan of ur teaching.

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

    Way of your teaching is amazing mam thank you so much mam🙏

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

    Mam you are just GENIUS....Thank you for teaching

  • @sharmilareddyk
    @sharmilareddyk 5 місяців тому +3

    main() function is a user defined function

  • @Krish12349
    @Krish12349 2 роки тому +9

    Mam I am an iitian your classes is so good easy to understand 😌 🙌 ❤thank you su much mam I love your teaching way ❤

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

    Your voice and your way of teaching is very Unique and Wonderful,
    My English is not good, but still I understand your full video, through your confidence and way of teaching. 🥰🥰

  • @John-sl5zz
    @John-sl5zz Рік тому +2

    it's a user defined function
    thanx a ton

  • @andreicosma4309
    @andreicosma4309 2 роки тому +10

    Great stuff explained in an easy way by giving us an easy example! COOL! :) Keep on doing great work Jenny!

  • @vishnusony8139
    @vishnusony8139 2 роки тому +9

    No one on UA-cam.....❤️
    Who teaches like you.....
    { respect++}

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

    Wordsless , u r rocking in program.... Now i can understand
    Keep going teacher.....

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

    Now I am enjoying reading programming from your voice.❤️🙂

  • @nasrullahtabassum1231
    @nasrullahtabassum1231 2 роки тому +16

    Lot of thanks salute to you. I was facing a lot of problems in concept of function now Alhamdullah i am able to define it well. I like you teaching method as well as materials that you collect for us. Again thank you soo much..💝From Gilgit Baltistan Pakistan

  • @venup5381
    @venup5381 2 роки тому +37

    Thank u mam for sharing your high quality standard knowledge.

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

    Your teaching way was awesome, It is easy to understand everything.

  • @kishoresoni7917
    @kishoresoni7917 4 місяці тому

    Jenny good and hardworking teacher. Learnt so much by watching your videos.

  • @kavyahegde3586
    @kavyahegde3586 Рік тому +3

    Such a crystal clear explanation
    Really great job

  • @dEviL_bIsWaJiT
    @dEviL_bIsWaJiT 2 роки тому +29

    Mam, main is both predefined and user defined functions as its prototype is predefined but it's body is user defined . Thanks u mam for this awesome content. Love from a Nitian🔥❤

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

    A beautiful teacher is teaching a beautiful topic...

  • @Ahmad-wv2yz
    @Ahmad-wv2yz 2 роки тому +1

    i was just memorizing function chapter for my upcoming exam, but was not getting any concept from my book I just turn on my PC went to youtube I search down your channel and than I began to understand the thing the basics I was just memorizing
    thanks alot.

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

    I'm from Bangladesh. In suggestion in youtube i watched this video. I have now crystal clear idea about function. Thanks Jenny mam ❣️ Your teaching ability is great.❣️

  • @chaitralibhosale3946
    @chaitralibhosale3946 2 роки тому +6

    main() is a user defined function 😊 btw thank u so much

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

      but how??? I'm afraid it would be predefined bcz we didn't define that anywhere

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

    I had many confusions between the function but it is very helpful to me thanks mam.. 👍👍👍👍

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

    First time,i am listening very clearly because of you and your voice

  • @adityadesai6068
    @adityadesai6068 Рік тому +3

    Main is user-defined function 👍👍

  • @helpfulboy5807
    @helpfulboy5807 Рік тому +3

    Main() is definitely a predefined function because if we don't have a 'main' function in program, it will not run or execute. "It starts the program" we can say.🙂
    Nice explained mam.
    Thanks.👍️

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

    jenny maam you are such a briliant lecture that i ever seen

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

    Thankyou mam for such a great lecture.

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

    Please make video on structures and unions,it will be very great ful 🙏

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

    Good Try...
    Mam I think you have to start the session with What is Function ? and in very small time you have to specify when.and who invented this ? What is purpose behind it.
    Obviously today's young generation is.not interested to listen this.. But we are from Indian Culture and we always try to take and give the complete knowledge (Purn Dnyana)
    Function wirds invented in 16c that is 1530s and it means "one's proper work or purpose; power of acting in a specific proper way," from French fonction (16c.) and directly from Latin functionem (nominative functio)...
    AFTER THAN
    You basically have to mention that how it's devided in two vertically three parts and horizontaly three parts in C Language... And which type of languages it's vertically devided in two parts...
    And I saw some comments some viewers says that main() is user defined and predefined function also ....
    It's not user and pre defined...
    OUR GURUJI SAID THAT "C IS THE SEA"
    Skill is important but without knowledge Skill will not perform creatively.
    I AM SO SORRY IT'S YOUR CLASS AND I INTERFARE IN IT... PLZ DON'T TAKE IT OTHERWISE... AFTER 24 years of experience I leave to teach C Language because young generation never want depth knowledge they just want to use shortcuts. And I strongly believe that there is no any shortcut in real education...

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

    THANK YOU This was very useful 👍

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

    Mam I'm really telling.... I don't listen lesson.... I am always seeing at u.💘... That's why I understood this topic.... What a performance madam 👩❤

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

    \\Main is a "User defined function"
    Thank you mam, today i learn basics of functions

  • @hetprajapati2327
    @hetprajapati2327 Рік тому +3

    main() is both user-defined function and pre-defined function.

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

      how

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

      @@herohera3497 I wrote it because I heard it somewhere.

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

      @@hetprajapati2327 hahahahahha it is predefined

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

      @@hetprajapati2327 yeah bro it is both

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

      @@henryagalik8808 it's body is user define because user write and define the logic or code 👍🏻

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

    Thanks a lot ma'am!! I really mean it.💙

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

    love your teaching ma'am... thank you so much for this video😊😊

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

    Thank you soooo much mam for your classes, it was realllyyy useful.

  • @kakarlapavani7376
    @kakarlapavani7376 2 роки тому +6

    Your teaching is awesome👏 mam. Mam plz tell the lectures of python also

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

    Alhamdulillah. Better explanation. Read few books on function but didn't get it much But explanation is to the point.

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

    Thank you ma'am......
    Main() is an user defined function.

  • @shawaz3828
    @shawaz3828 2 роки тому +9

    Mam "main" is user define function. 🤗🤗🤗

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

      Yes I too have this same doubt

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

      @@pranathiravikumar9950 It is no doubt but mam asked what is main function? Pre defined or User defined function so "main is User defined function

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

      @@shawaz3828 But it's prototype predefined right??Then how can you say this as user defined.

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

      @@pranathiravikumar9950 no prototype is not defined and predefined but its only function declaration.

  • @jaivaishnav5347
    @jaivaishnav5347 Рік тому +4

    Video starts; 3:11

  • @anupyadav8288
    @anupyadav8288 9 місяців тому

    Awesome the way you teaching and explaination from board to keyboard awesome.

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

    Very very useful tutorial 👍👍👌🙏 thanks for your detailed explanation 🙏
    Please post more tutorials.
    Main is pre defined function.

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

    Main function is pre-defined because execution of the program is starts from the main function

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

    Thank You Mam for the great Explanation👍👍👍

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

    It was impossible for me to understand function but you made it very easy nd simple. Thanks from accross the border

  • @AjeetKumar-my7mg
    @AjeetKumar-my7mg 2 роки тому +2

    Thnx of lots mam this is amazing lecture.

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

    Thank you mam this video of functions is very helpful to me and I know easily what is function and how to use it in just one time.....
    💫🙏👍💫

  • @b.s.m.c.progamer5044
    @b.s.m.c.progamer5044 3 місяці тому

    So beautiful
    So eligent
    Your teaching is just wow

  • @devikrishnan523
    @devikrishnan523 2 місяці тому +1

    Mam thank you so much. Without you what would all of us even do 🥺💌 sending you virtual hugs❤️

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

    Mam your method of teaching is very impressive

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

    I so happy mam. you explain every topic very well. thank you mam. Good luck.

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

    Really really really really really really really best teacher ❤Mam you clear all basic things thanku 💕

  • @bathulabhavyasrivigna2092
    @bathulabhavyasrivigna2092 9 місяців тому +1

    you are explanation is just awesome mama really we are lucky to have you 🥰❤

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

    Thanks for your wonderful explanation madam

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

    Thank you madam you explain in such a nice me manner. I'm revising this c language function concept in a nice manner.