C_86 Functions in C-part 3 |Function Definition in C

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 217

  • @engineeringwallah8112
    @engineeringwallah8112 2 года назад +65

    I would like to express my warm gratitude to the teacher.....
    It had been more than 20 days since I started Function , but I couldn't clear my doubts.
    Altough My concept got cleared within 3 hrs as I saw all 3 lectures of Function from this channel .
    Thank you so much

  • @hariparuchuru3858
    @hariparuchuru3858 2 года назад +169

    1) Declaration of function
    2) Error In defination (expexted a declaration there shouldn't be Semicolon)
    3) Function Calling
    4) Function Calling
    5) Error in Calling a Function ( expected ; )
    6) Declaration
    7) Defination
    8) Functions Declaration

    • @prabhuteja5110
      @prabhuteja5110 2 года назад +5

      8 error i think

    • @raqeebulhassanraqeeb9957
      @raqeebulhassanraqeeb9957 2 года назад +24

      8 is function declaration
      without return type compliers take as default return type int.
      8 can't be function calling
      in the bracket of fcalling there can't be keyword like int float or char

    • @gigsnicky
      @gigsnicky 2 года назад +3

      Kamehamehaaaaaa!!!!!

    • @herohera3497
      @herohera3497 2 года назад +8

      7 is wrong..the return type is empty..program will give error.

    • @barunakumarnayak375
      @barunakumarnayak375 Год назад +5

      @@herohera3497 in void u can either write return only OR nothing

  • @harishk8582
    @harishk8582 3 года назад +202

    Mam your microphone is having some problems please fix it. 😶

    • @17sarathir74
      @17sarathir74 Год назад +2

      Please crt it mam

    • @davebryantee
      @davebryantee Год назад +18

      I thought it was an issue with my earpiece when it started😅

    • @RampatiKori-f3m
      @RampatiKori-f3m Год назад +5

      I thought same 😢

    • @ManishKoiri-qw3xm
      @ManishKoiri-qw3xm Год назад +1

      Mam padha rahi hai na wahi bohot hai. Samjha agar utna hi chahiye acha audio to El dede miss ko

    • @Itsmenobita34
      @Itsmenobita34 2 месяца назад +1

      Mujhe lga mere earphones kharb ho gye 😂😂

  • @jayantsinghrajput8199
    @jayantsinghrajput8199 2 года назад +17

    q-1 Function declaration
    q-2 Function defination (as {} are present)
    Q-3 Function calling (it cant be declaration as sum(x,y); is given and not sum(int,int);)
    Q-4 Function calling (same reason)
    Q-5 Function calling (same reason)
    Q-6 Function Declaration
    Q-7 Function defination as firstly void sum(int a,int b){} is written and secondly {} braces is used
    Q-8 function declaration (it cant be function calling as it is necessary to write variable name along with data type it is fact(int); and not fact (int a);)

    • @Narratesmart
      @Narratesmart Год назад +1

      Thank you sir 😊

    • @forestworldtv8989
      @forestworldtv8989 Год назад +3

      Bro due to the semicolon at que no 2 in definition this program will misbehave or can give some error

  • @WPSSandaruwan
    @WPSSandaruwan 3 года назад +13

    Thank You Madam.
    The lesson is verry clear .
    Love From Sri lanka 🇱🇰 ❤️

  • @Success-2112
    @Success-2112 9 месяцев назад +2

    Oh !!!
    I haven't word to express your teaching ability, your capacity and your description on the lesson.
    It is Awesome!!!
    Thanks Madam ❤🙏
    From Ethiopia 🇪🇹

  • @GokulKrishnaB-po4dx
    @GokulKrishnaB-po4dx 3 года назад +53

    Ma'am I am from tamilnadu
    Thanks for making this lecture in English
    And audio isn't clear in this video please check it.

  • @deviprasad4317
    @deviprasad4317 4 дня назад +1

    1 is declaration of function
    2 is error
    3 is function calling
    4 is function calling
    5 is error
    6 is declaration
    7 is defination
    8 is error

  • @abhiramnetha09
    @abhiramnetha09 Год назад +15

    Hello everyone..
    1 . Function declaration.
    2. Function definition( Error - semicolon should be removed after parenthesis)
    3 . Function call
    4 . Function call
    5 . Function call ( Error - semicolon should be added after calling).
    6 . Function declaration.
    7 . Function declaration
    8 . Function declaration( Error - datatype should mention before declaration... )
    Ex :- void sum( int) ;

    • @lalitha2123
      @lalitha2123 Год назад +4

      👍👍👌

    • @goplay5936
      @goplay5936 Год назад +3

      7 is definition

    • @Logan-ig7sm
      @Logan-ig7sm Год назад +1

      2 nd may be write because mam does not write name of datatypes here and if it declared in main function then we also used some statements

    • @qtime69lol17
      @qtime69lol17 Год назад

      If you are not mentioning its type, then the program will assume it is " int " so it's not mandatory to mention its type since you want it to be int.

  • @ITCE2018
    @ITCE2018 3 года назад +9

    Way of teaching inspires the students

  • @Sekhar_Home
    @Sekhar_Home 3 года назад +18

    Love to see u again and again..❤️ ur teaching awesome like you

  • @rohitkanojiya7960
    @rohitkanojiya7960 2 года назад +20

    1- fn declaration
    2-fn defination
    3-fn call
    4-fn call
    5-fn call
    6-fn declaration
    7-fn defination
    8-fn declaration

    • @jawedhawari6927
      @jawedhawari6927 2 года назад

      function call ends with semicolon and in 5th one there is no semicolon. So it is an error.

    • @ushadevi4114
      @ushadevi4114 2 года назад

      5 th is fn defination beacuse it don't have semi colon

    • @sanjays7255
      @sanjays7255 2 года назад

      Bro Can you tell me 8th is correct or not if it's correct mean what is the output of that statement

    • @adityaprajapati6048
      @adityaprajapati6048 Месяц назад

      2 and 5 are error 😂😂

  • @bojapallyraghavendhra1321
    @bojapallyraghavendhra1321 6 месяцев назад +1

    1,6,8.function declaration
    3,4,5.function calling
    2,7.function defination

  • @rakeshmohanty9827
    @rakeshmohanty9827 3 года назад +6

    1.function declaration
    2.fun declaration
    3.fun calling
    4.fun calling
    5.fun calling
    6. fun declaration
    7.fun definition
    8.fun declaration

    • @ShivaniGupta-fb2bc
      @ShivaniGupta-fb2bc 3 года назад +1

      last one is function declaration

    • @rakeshmohanty9827
      @rakeshmohanty9827 3 года назад +1

      @@ShivaniGupta-fb2bc lol I forgot what I answered 😅..... didn't remembered it much 😅need to look it out

    • @rakeshmohanty9827
      @rakeshmohanty9827 3 года назад +1

      @@ShivaniGupta-fb2bc yeah updated 👍

    • @ShivaniGupta-fb2bc
      @ShivaniGupta-fb2bc 3 года назад +1

      @@rakeshmohanty9827 👍👍

  • @maryannemuthoni5388
    @maryannemuthoni5388 11 месяцев назад

    Question at 14:20
    Declarartion - 1, 6, 8
    Definition- 2, 7
    Call - 3, 4, 5
    8 is a declaration without a return type so compiler will assume it is an int
    2's first statement ends with a ; which should not be present in definition

  • @RiteshSharma145
    @RiteshSharma145 3 года назад +20

    1. Declaration
    2. Declaration (only if we can write some statement blocks in it, yet not cleared)
    3. Calling
    4. Calling
    5. Calling ( if it ends with semicolon)
    6. Declaration
    7. Definition
    8. Calling

    • @rahamatshaikh9899
      @rahamatshaikh9899 3 года назад +1

      7. end with semicolon so its declaration.

    • @RiteshSharma145
      @RiteshSharma145 3 года назад

      @@rahamatshaikh9899 Where is semicolon, buddy? I haven't encountered any semicolon right there.

    • @lakshsinghania
      @lakshsinghania 3 года назад

      @@rahamatshaikh9899 nah , u r wrong
      its function definition @ritesh is correct
      ma'am said its function declaration when its smthg like this
      void sum(int , int ); here it is ending with semicolon
      but in 7. there is no semicolon

    • @ankitchouhan8879
      @ankitchouhan8879 3 года назад

      @@rahamatshaikh9899 no you are incorrect you r seeing braces.

    • @ankitpathak9334
      @ankitpathak9334 3 года назад +1

      And 2 one is function definition if arguments are there

  • @Nekuyenduku-r8t
    @Nekuyenduku-r8t 11 месяцев назад +1

    1,6,8 declaration 2,7 defination 3,4,5 calling and there should be a ';' beside the 5

  • @arghabisoi5611
    @arghabisoi5611 Месяц назад

    honestly speaking she is far better than Apna College or College Wallah .

  • @soumyaprusti
    @soumyaprusti 3 года назад +7

    1. FUNCTION DECLARATION
    2. FUNCTION DEFINITION
    3. FUNCTION CALL
    4. FUNCTION CALL
    5. FUNCTION DEFINITION OR DECLARATION( IF WE PUT ; )
    6. FUNCTION DECLARATION
    7. FUNCTION DEFINITION
    8. FUNCTION DECLARATION
    🤗🤗

  • @Vishal-lu5py
    @Vishal-lu5py 7 месяцев назад +1

    14:35 answer is function declaration :1,
    function definition :7,
    function calling : 3,4,5,6,8
    error :2

  • @anirudhdasa4484
    @anirudhdasa4484 Месяц назад

    1. Declaration
    2. Defination
    3. Call
    4. Call
    5. Error in calling(; is not present)
    6. Declaration
    7. Definition (but didn't understand why you have written return ;)
    8. Error in declaration (need to specify the return type of function) or
    Error in calling( no need of writing datatype of argument in calling of a function)

  • @Human-sk-f8s
    @Human-sk-f8s 2 года назад +2

    Her explanation is just awsome and very helpful to me.thanks a lot.

  • @samarthmalegaonkar2621
    @samarthmalegaonkar2621 3 года назад +4

    Your way of explaining is nice 👍

  • @limitess9539
    @limitess9539 2 года назад +1

    Even declaring datatype in function declaration isn't compulsory in codeblocks right now, you just get a warning

  • @KrishnaCalling
    @KrishnaCalling 2 года назад +4

    Thanks, mam for the wonderful educational videos.

  • @ManojRudrarapu
    @ManojRudrarapu 9 месяцев назад

    Super mam excellent teaching😊 in my clg lectures don't teach well but you are amazing mam so tqs

  • @aytube981
    @aytube981 Год назад

    mam i am so confused on functins...
    after lisening ur classes i am clear about functions..
    ynq u mam❤

  • @angelomerwin.m9561
    @angelomerwin.m9561 Год назад +3

    video starts from 2:08

  • @ankitpathak9334
    @ankitpathak9334 3 года назад +4

    Awesome explaination❤️

  • @AYUSHKUMAR-yw7hj
    @AYUSHKUMAR-yw7hj Год назад +1

    Thankyou Jenny ma'am 🙂 your videos are helpful to me.

  • @kalyani-v7w
    @kalyani-v7w 4 месяца назад

    Very clear explanation mam thank you mam👏🙏

  • @DharshanProgrammer
    @DharshanProgrammer 2 месяца назад

    1=function declaration
    2=function definition
    3= function calling
    4=function calling
    5=function calling
    6= function declaration
    7=function definition
    8= function declarations

  • @Prettysoul-i3y
    @Prettysoul-i3y Месяц назад

    1) declaration
    2) definition
    3)calling
    4)calling
    5)calling
    6) declaration
    7) definition
    8) declaration

  • @rosonerri-faithful
    @rosonerri-faithful 3 года назад +14

    1. function declaration
    2. function definition
    3. function call
    4. function call
    5. function call(Error: semicolon should be added)
    6.function declaration
    7.function declaration(Error: sum cannot add int & float together)
    8. function call

    • @kiddoingnotwell8213
      @kiddoingnotwell8213 3 года назад +11

      2. If you see carefully then there's a semicolon after function declaration in Q. 2 so It terminate just after that!
      And in Q. 7 it will return sum in float type because of float high precedence you can say!
      And Q. 8 ans is not function call because in function call we cannot pass a reserved word as a arguments!
      Maybe! I could also be wrong who knows.

    • @kannakavyareddy6685
      @kannakavyareddy6685 2 года назад

      2 how function definition because the parameters should be of with data type there is no variables name

    • @deekshithaparasu
      @deekshithaparasu 2 года назад +1

      @@kiddoingnotwell8213 7: it is function definition

  • @devSackey
    @devSackey Год назад +2

    1. function declaration;
    2. Error due to semicolon at the end of the function definition;
    3. function call;
    4. function call;
    5. Error due to abstence of semi colon at the end of the function call;
    6.function declaration;
    7.function definition;
    8. function declaration;
    Thanks mum

  • @priyadharshinim5092
    @priyadharshinim5092 2 года назад +5

    1,2,6 - declaration
    7 - definition
    3,4,5,8 - call

  • @aparnamane4899
    @aparnamane4899 2 года назад +2

    1. function declaration
    2. error.
    3. function calling
    4. function calling
    5. error
    6. function declaration
    7. error
    8. error

  • @bishworld1627
    @bishworld1627 2 года назад +2

    so proud of you maam 😘

  • @saidurkhan1307
    @saidurkhan1307 3 года назад

    Love u ma'am....
    So sweet....
    From Bangladesh....
    I am also student of CSE

  • @harshaggarwal3135
    @harshaggarwal3135 3 года назад +11

    Hello Mam❤️, can u bring a series for students like me that how to start with all this stuff like coding , programming etc for the newbies ..I only have basic knowledge of computer and I only know how to Paint lol😅.
    Please mam guide how to start , which language to learn first , how to study , practice and are we need to made notes and all Please mam🙏

    • @anujeetkunturkar780
      @anujeetkunturkar780 3 года назад +2

      She made a video on it and told : "Just pick language and START".

    • @harshaggarwal3135
      @harshaggarwal3135 3 года назад +1

      @@anujeetkunturkar780 Start with what ? From where ? How ?

    • @anujeetkunturkar780
      @anujeetkunturkar780 3 года назад +1

      @@harshaggarwal3135 C by jenny mam, and then solve on hackerank

  • @atiqahmed2123
    @atiqahmed2123 3 года назад +3

    mam i am waiting your lectures plz upload quickly about more function in c.

  • @rachitranjan4020
    @rachitranjan4020 3 года назад +1

    your lectures are to the point

  • @learning3080
    @learning3080 2 года назад

    1. f dec
    2.f def
    3. f call
    4. f call error we cant use any format specifier.
    5. f call error same as above.
    6. f dec
    7. f def
    8. f dec

  • @rapakalokesh8449
    @rapakalokesh8449 Год назад +1

    take care maam have a great day 😉😉

  • @sumitthantharate7806
    @sumitthantharate7806 2 года назад +2

    Parameters and variables are the same things?? or different entity??

    • @farzanaashraf8136
      @farzanaashraf8136 2 года назад

      Parameters and variables are different in the way that when we declare variables in function header, variables are named as "Parameters".

  • @mouadoukarroum5362
    @mouadoukarroum5362 Год назад

    Thanks for this amazing explaination!

  • @vyasinfotechvs9200
    @vyasinfotechvs9200 3 года назад

    Mam If main( ) function is user defined function then it's not follow the rules that is Function Declaration and calling function... Then also it's run ? That's why the program shows output... Second thing is you can't write another name or not change cases that is in upper case like MAIN ( ) or Main ( ) it will show you error so it is not user defined because user cant define the name of main()...
    So it is not Predefined and userdefined...

  • @jaydeepchauhan4989
    @jaydeepchauhan4989 Год назад

    Ma'am you teach better than Hindi languages teacher

  • @5b6_chaithanyareddy66
    @5b6_chaithanyareddy66 3 года назад +1

    Thank you mam❤️

  • @shubhamsharma9756
    @shubhamsharma9756 3 года назад +2

    I m delighted to share u that because of your refined concept with cute way of teaching skills, I got placed. Tq ❤

  • @aniltandivitb4482
    @aniltandivitb4482 3 года назад +3

    1,2,6,8-->>FUNCTION DECLARATION
    3,4,5-->>FUNCTION CALL
    7-->>FUNCTION DEFINITION
    🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @aryanalagiya6813
    @aryanalagiya6813 3 года назад +2

    Mam I am requesting you to please change your mick because when you speaking there are so many other background noise.

  • @AnalyzingTheFincancialReports
    @AnalyzingTheFincancialReports 3 года назад

    Mam, you are great 🌹🌹🌹🌹

  • @deadbody4588
    @deadbody4588 3 года назад

    Ma'am mai board pe dekhu ya aapki aakhe, aapki aakhe bhut pyari hai. Pehli bar video me aapko dekhta rah gya, dusri bar content dekha. Aap padhati v achha ho. Aap agar mere college ki teacher hoti to mera crush aap pe pakka rahta

  • @shaistasultana2564
    @shaistasultana2564 2 года назад +4

    2:36 no sound

  • @ashmitdikshit3879
    @ashmitdikshit3879 2 года назад +4

    1. fn declaration
    2. fn definition
    3. fn calling
    4. fn calling
    5.fn callling
    6. fn declaration
    7. fn definition
    8. fn calling

    • @saketh5603
      @saketh5603 2 года назад +2

      I think 2nd is not fn definition because it is ended with semicolon

    • @ansalshaah
      @ansalshaah Год назад

      @@saketh5603 Bro 2nd is definition but not use semicolon😊

    • @ansalshaah
      @ansalshaah Год назад

      bro 8th is function declaration but not adding return statement👍

  • @dharanikas3032
    @dharanikas3032 2 года назад

    🥰🥰thanks mam

  • @Deoxys_da2
    @Deoxys_da2 8 месяцев назад +1

    question no 5 there should be semicolon right?

  • @shuaibkhan7775
    @shuaibkhan7775 3 года назад +6

    Function declaration : 1,6,8,
    Function definition :7
    Function call:3,4,5

  • @thummagantivenkataramana9338
    @thummagantivenkataramana9338 3 года назад +2

    Hiii mam I'm from Hyderabad
    I was allotted in INF course ,is it better than CSE ??
    R can I choose CSE !!!

  • @invincible6230
    @invincible6230 Год назад +1

    Can someone tell what mam said at 2:34

  • @sureshyadavgotham5935
    @sureshyadavgotham5935 Год назад

    Mam, can we declare more than one function in a program?
    can we declare funtions anywhere in the program?

  • @vijayans9239
    @vijayans9239 2 года назад

    Your super i like you and I impress ❤️😘💕💥⚡

  • @pushkarsharma1240
    @pushkarsharma1240 3 года назад +3

    Mam mic 🎤issues bhout ho reha he video m plz change over mic hope

  • @meghasinha1706
    @meghasinha1706 3 года назад

    Mam thanks for your efforts

  • @GonagarManos-ov8qd
    @GonagarManos-ov8qd Год назад

    Thanks.

  • @milindsakarkar490
    @milindsakarkar490 2 года назад

    thank you

  • @ankammaraochintala2509
    @ankammaraochintala2509 3 года назад +1

    What is the need of call by reference madam. Pls tell me in next video mam.

  • @debojitacharjee
    @debojitacharjee 2 года назад

    *IN MAIN FUNCTION THE DATATYPE DECLARATION IN ARGUMENT SECTION IS NOT NECESSARY* - you are showing to call a function from another function but if we use the main function as the calling function then do we need to declare the data types inside the voide main function argument section? One more confusion is that you atr declaring the called function as void, but a void function don't return any value.

  • @SaiVignesh323
    @SaiVignesh323 2 месяца назад

    2:10 starts from here

  • @lakshsinghania
    @lakshsinghania 3 года назад +3

    1. Fun Declaration
    2. Fun Declaration
    3. Fun Calling
    4. Fun Calling
    5. Fun Calling (with semicolon then only)
    6. Fun Declaration
    7. Fun Definition
    8. Fun Calling

    • @the_hustler01
      @the_hustler01 3 года назад +1

      2nd is definition
      8th is declaration

    • @pratikrajput583
      @pratikrajput583 2 года назад

      @@the_hustler01 2 is declaration

    • @the_hustler01
      @the_hustler01 2 года назад

      @@pratikrajput583 yes , my apologies

  • @sayyedhamdulla
    @sayyedhamdulla 3 года назад

    Ma'am..the Video C_72 Pointers is missing.. I downloded all the classes till 80 but haven't watched yet.. When I see this mistake i informed u ma'am. Thats all.. Plz give reply.. I hope reply from u..

  • @hopealive3013
    @hopealive3013 2 года назад

    ANSWERS -
    1)Function Declaration
    2)Function Definition
    3)Function Calling
    4)Function Calling
    5)Function Calling
    6)Function Declaration
    7)Function Definition
    8)Function Declaration

  • @sushilshrestha521
    @sushilshrestha521 3 года назад

    thankyou very much maam

  • @abhishekanand9372
    @abhishekanand9372 3 года назад

    thanks mam

  • @_jay_9122
    @_jay_9122 3 года назад +3

    1. Definition
    2. Declaration
    3. Calling
    4. Calling
    5. Calling(Error : Semicolon)
    6. Definition
    7. Declaration(Error : sum is not possible)
    8. Calling

    • @tapaskumardey650
      @tapaskumardey650 3 года назад +1

      Is not question 6 function declaration ?

    • @_jay_9122
      @_jay_9122 3 года назад

      @@tapaskumardey650 No because in function declaration there is some statement blocks... & here 0 statement blocks are present...
      In function declaration must have pair of curly braces....

    • @ankitchouhan8879
      @ankitchouhan8879 3 года назад

      7. float has higher precedence then o/p is float

  • @hamnashahbaz372
    @hamnashahbaz372 2 года назад

    why main is user defined function? tell me please?

  • @yasinl8307
    @yasinl8307 3 года назад +3

    Your Mike is not working fine some times kor kor sound is disturbed me.

  • @vinitkumar.3588
    @vinitkumar.3588 3 года назад

    Thnx mam ji

  • @BardAi-w6n
    @BardAi-w6n Год назад +1

    Thank you mommy

  • @sayyedhamdulla
    @sayyedhamdulla 3 года назад +1

    Ma'am your voice is not hearing some part of videos..

  • @Vapi786
    @Vapi786 Год назад

    Problem
    Mam mujhe batao na ki main kese user defined function hua.

  • @atiqahmed2123
    @atiqahmed2123 3 года назад +1

    mam plz upload the another lectures of function
    i am wating ur next lectures

  • @PankajYadav-yz7ki
    @PankajYadav-yz7ki 3 года назад +1

    mam some voice problem please fix it and
    thanks for the video

  • @aishawaryaboya9433
    @aishawaryaboya9433 2 года назад +1

    Mam mi laptop lo maki clarity ga kanipiyadam ledhu

  • @shraddhapawar5674
    @shraddhapawar5674 3 года назад

    Ma'am after this if possible ,will you please start c++ or java course

  • @Icecubeg
    @Icecubeg 6 месяцев назад

    should function definition be done before calling it?

  • @adityanikhate9223
    @adityanikhate9223 3 года назад

    Ma'am please take recursive topic.

  • @riyagupta1841
    @riyagupta1841 3 года назад

    Mam it is my humble request to you ki aap daily upload kare videos so that routine maintain rahe

  • @userJfedYj45688
    @userJfedYj45688 8 месяцев назад

    last one is declaration

  • @DipuKumar-lm9fk
    @DipuKumar-lm9fk 3 года назад

    Ma'm 2 no. Question me confusion hai...??

  • @humaniteja7386
    @humaniteja7386 3 года назад

    Mam ur the thop thoper and thopest

  • @-kousalya-
    @-kousalya- 11 месяцев назад

    8.calling function

    • @userJfedYj45688
      @userJfedYj45688 8 месяцев назад

      last one is fn declaration , in calling the parameter name or the value must be present here data type is present , so compiler will declare as a function with default data type int.

  • @Divyesh_db
    @Divyesh_db 3 года назад +1

    Function Prototype = function Definiton
    1) function prototype
    2) function Definition
    3) prototype
    4) prototype
    5) Call
    6) prototype
    7) definition
    8) prototype

    • @ankitpathak9334
      @ankitpathak9334 3 года назад

      Your 2 one is right but there is one error also because during explaination Mam told that at function definition both data type and name of argument is necessary to declare. So, here only data type is there no arguments are declared there

  • @legendgaming-dz4tu
    @legendgaming-dz4tu 3 года назад

    Mam plzz make the videos on subject of sybscit 3rd sem like computer networks and data structure plzz mam it's very urgent plzz

  • @polymathmeraj6750
    @polymathmeraj6750 2 года назад

    Ma'am there's sound problem in some of ur videos......

  • @dibyaprasadsahoo7137
    @dibyaprasadsahoo7137 Год назад +1

    1 - its function declaration.
    2- its wrong function defination.
    3- its function calling.
    4- its function calling.
    5- its also function calling.
    6- its function declaration.
    7- its wrong. cause we cant return anything ion a void function.
    8- functuion declaration.

  • @royalkingprajwal557
    @royalkingprajwal557 3 года назад

    First view first like 😍😍

  • @sanjanapanwar3844
    @sanjanapanwar3844 3 года назад +1

    ❤❤

  • @SindhuTCM
    @SindhuTCM 2 месяца назад

    Function in c programm example