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
@hariparuchuru38582 жыл бұрын
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
@prabhuteja51102 жыл бұрын
8 error i think
@raqeebulhassanraqeeb99572 жыл бұрын
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 Жыл бұрын
Kamehamehaaaaaa!!!!!
@herohera3497 Жыл бұрын
7 is wrong..the return type is empty..program will give error.
@barunakumarnayak375 Жыл бұрын
@@herohera3497 in void u can either write return only OR nothing
@harishk85823 жыл бұрын
Mam your microphone is having some problems please fix it. 😶
@17sarathir74 Жыл бұрын
Please crt it mam
@davebryantee Жыл бұрын
I thought it was an issue with my earpiece when it started😅
@RampatiKori-f3m Жыл бұрын
I thought same 😢
@ManishKoiri-qw3xm9 ай бұрын
Mam padha rahi hai na wahi bohot hai. Samjha agar utna hi chahiye acha audio to El dede miss ko
@jayantsinghrajput81992 жыл бұрын
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 Жыл бұрын
Thank you sir 😊
@forestworldtv89899 ай бұрын
Bro due to the semicolon at que no 2 in definition this program will misbehave or can give some error
@DharshanProgrammer11 күн бұрын
1=function declaration 2=function definition 3= function calling 4=function calling 5=function calling 6= function declaration 7=function definition 8= function declarations
Ma'am I am from tamilnadu Thanks for making this lecture in English And audio isn't clear in this video please check it.
@last_time_I_pooped_was Жыл бұрын
Naanka onna intha akka kitta tha padikrom 🫡
@divyanshrautela-qn8eb10 ай бұрын
how does it matters which state are you from when you are from india.
@abhiramnetha09 Жыл бұрын
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 Жыл бұрын
👍👍👌
@goplay5936 Жыл бұрын
7 is definition
@Logan-ig7sm Жыл бұрын
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 Жыл бұрын
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.
function call ends with semicolon and in 5th one there is no semicolon. So it is an error.
@ushadevi41142 жыл бұрын
5 th is fn defination beacuse it don't have semi colon
@sanjays72552 жыл бұрын
Bro Can you tell me 8th is correct or not if it's correct mean what is the output of that statement
@Success-21127 ай бұрын
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 🇪🇹
@@ShivaniGupta-fb2bc lol I forgot what I answered 😅..... didn't remembered it much 😅need to look it out
@rakeshmohanty98272 жыл бұрын
@@ShivaniGupta-fb2bc yeah updated 👍
@ShivaniGupta-fb2bc2 жыл бұрын
@@rakeshmohanty9827 👍👍
@WPSSandaruwan3 жыл бұрын
Thank You Madam. The lesson is verry clear . Love From Sri lanka 🇱🇰 ❤️
@Vishal-lu5py4 ай бұрын
14:35 answer is function declaration :1, function definition :7, function calling : 3,4,5,6,8 error :2
@Nekuyenduku-r8t9 ай бұрын
1,6,8 declaration 2,7 defination 3,4,5 calling and there should be a ';' beside the 5
@maryannemuthoni53888 ай бұрын
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
@soumyaprusti2 жыл бұрын
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 🤗🤗
@Abhishekkumar-ib2yw2 жыл бұрын
same matches with me except 5, its confusing]
@Ratneshsingh_123 Жыл бұрын
Brother 5 to function calling ha😅😅
@sudhakarreddy8836 Жыл бұрын
@@Abhishekkumar-ib2yw fn calling( but expected ;)
@ITCE20183 жыл бұрын
Way of teaching inspires the students
@kalyani-v7wАй бұрын
Very clear explanation mam thank you mam👏🙏
@ManojRudrarapu6 ай бұрын
Super mam excellent teaching😊 in my clg lectures don't teach well but you are amazing mam so tqs
@Sekhar_Home3 жыл бұрын
Love to see u again and again..❤️ ur teaching awesome like you
@RiteshSharma1453 жыл бұрын
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
@rahamatshaikh98993 жыл бұрын
7. end with semicolon so its declaration.
@RiteshSharma1453 жыл бұрын
@@rahamatshaikh9899 Where is semicolon, buddy? I haven't encountered any semicolon right there.
@lakshsinghania2 жыл бұрын
@@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
@ankitchouhan88792 жыл бұрын
@@rahamatshaikh9899 no you are incorrect you r seeing braces.
@ankitpathak93342 жыл бұрын
And 2 one is function definition if arguments are there
@angelomerwin.m9561 Жыл бұрын
video starts from 2:08
@aytube9819 ай бұрын
mam i am so confused on functins... after lisening ur classes i am clear about functions.. ynq u mam❤
@rosonerri-faithful3 жыл бұрын
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
@kiddoingnotwell82133 жыл бұрын
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 Жыл бұрын
2 how function definition because the parameters should be of with data type there is no variables name
@deekshithaparasu Жыл бұрын
@@kiddoingnotwell8213 7: it is function definition
@jaydeepchauhan4989 Жыл бұрын
Ma'am you teach better than Hindi languages teacher
@aparnamane48992 жыл бұрын
1. function declaration 2. error. 3. function calling 4. function calling 5. error 6. function declaration 7. error 8. error
@devSackey Жыл бұрын
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
I think 2nd is not fn definition because it is ended with semicolon
@ansalshaah Жыл бұрын
@@saketh5603 Bro 2nd is definition but not use semicolon😊
@ansalshaah Жыл бұрын
bro 8th is function declaration but not adding return statement👍
@learning30802 жыл бұрын
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
@KrishnaCalling2 жыл бұрын
Thanks, mam for the wonderful educational videos.
@saidurkhan13073 жыл бұрын
Love u ma'am.... So sweet.... From Bangladesh.... I am also student of CSE
@samarthmalegaonkar26213 жыл бұрын
Your way of explaining is nice 👍
@ankitpathak93342 жыл бұрын
Awesome explaination❤️
@shuaibkhan77752 жыл бұрын
Function declaration : 1,6,8, Function definition :7 Function call:3,4,5
@tejosarankondaigunta63712 жыл бұрын
2nd?
@mukulrawat85842 жыл бұрын
@@tejosarankondaigunta6371 2nd is also function defintion
@tejosarankondaigunta63712 жыл бұрын
2nd one is decleration right there is an semicolon; ????
@mukulrawat85842 жыл бұрын
@@tejosarankondaigunta6371 ya there is a semi colon but she also adds curly braces in that function so I think she accidentally add semion colon ;
@tejosarankondaigunta63712 жыл бұрын
Ha
@krishnasughosh2 жыл бұрын
Her explanation is just awsome and very helpful to me.thanks a lot.
@AYUSHKUMAR-yw7hj Жыл бұрын
Thankyou Jenny ma'am 🙂 your videos are helpful to me.
@priyadharshinim50922 жыл бұрын
1,2,6 - declaration 7 - definition 3,4,5,8 - call
@Op_Decentrailiser2 жыл бұрын
2nd is definition
@pratikrajput5832 жыл бұрын
@@Op_Decentrailiser declaration as semicolon is there
@mouadoukarroum5362 Жыл бұрын
Thanks for this amazing explaination!
@rachitranjan40203 жыл бұрын
your lectures are to the point
@limitess9539 Жыл бұрын
Even declaring datatype in function declaration isn't compulsory in codeblocks right now, you just get a warning
@GonagarManos-ov8qd10 ай бұрын
Thanks.
@milindsakarkar4902 жыл бұрын
thank you
@lakshsinghania2 жыл бұрын
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_hustler012 жыл бұрын
2nd is definition 8th is declaration
@pratikrajput5832 жыл бұрын
@@the_hustler01 2 is declaration
@the_hustler012 жыл бұрын
@@pratikrajput583 yes , my apologies
@userJfedYj456886 ай бұрын
last one is declaration
@meghasinha17063 жыл бұрын
Mam thanks for your efforts
@5b6_chaithanyareddy663 жыл бұрын
Thank you mam❤️
@rapakalokesh8449 Жыл бұрын
take care maam have a great day 😉😉
@bishworld16272 жыл бұрын
so proud of you maam 😘
@_jay_91223 жыл бұрын
1. Definition 2. Declaration 3. Calling 4. Calling 5. Calling(Error : Semicolon) 6. Definition 7. Declaration(Error : sum is not possible) 8. Calling
@tapaskumardey6503 жыл бұрын
Is not question 6 function declaration ?
@_jay_91223 жыл бұрын
@@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....
@ankitchouhan88792 жыл бұрын
7. float has higher precedence then o/p is float
@deadbody45883 жыл бұрын
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
@samaytopre52 жыл бұрын
Yeeeee
@vyasinfotechvs92003 жыл бұрын
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...
mam i am waiting your lectures plz upload quickly about more function in c.
@sushilshrestha5213 жыл бұрын
thankyou very much maam
@harshaggarwal31353 жыл бұрын
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🙏
@anujeetkunturkar7803 жыл бұрын
She made a video on it and told : "Just pick language and START".
@harshaggarwal31353 жыл бұрын
@@anujeetkunturkar780 Start with what ? From where ? How ?
@anujeetkunturkar7803 жыл бұрын
@@harshaggarwal3135 C by jenny mam, and then solve on hackerank
@AnalyzingTheFincancialReports3 жыл бұрын
Mam, you are great 🌹🌹🌹🌹
@-kousalya-9 ай бұрын
8.calling function
@userJfedYj456886 ай бұрын
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.
@dharanikas30322 жыл бұрын
🥰🥰thanks mam
@Deoxys_da26 ай бұрын
question no 5 there sould be semicolon right?
@userJfedYj456886 ай бұрын
yes
@sumitthantharate78062 жыл бұрын
Parameters and variables are the same things?? or different entity??
@farzanaashraf81362 жыл бұрын
Parameters and variables are different in the way that when we declare variables in function header, variables are named as "Parameters".
@BardAi-w6n11 ай бұрын
Thank you mommy
@SindhuTCM9 күн бұрын
Function in c programm example
@vijayans92392 жыл бұрын
Your super i like you and I impress ❤️😘💕💥⚡
@abhishekanand93723 жыл бұрын
thanks mam
@shubhamsharma97563 жыл бұрын
I m delighted to share u that because of your refined concept with cute way of teaching skills, I got placed. Tq ❤
@vinitkumar.35883 жыл бұрын
Thnx mam ji
@pushkarsharma12403 жыл бұрын
Mam mic 🎤issues bhout ho reha he video m plz change over mic hope
@adityanikhate92233 жыл бұрын
Ma'am please take recursive topic.
@thummagantivenkataramana93383 жыл бұрын
Hiii mam I'm from Hyderabad I was allotted in INF course ,is it better than CSE ?? R can I choose CSE !!!
@sureshyadavgotham5935 Жыл бұрын
Mam, can we declare more than one function in a program? can we declare funtions anywhere in the program?
@ankammaraochintala25093 жыл бұрын
What is the need of call by reference madam. Pls tell me in next video mam.
@aryanalagiya68132 жыл бұрын
Mam I am requesting you to please change your mick because when you speaking there are so many other background noise.
@dibyaprasadsahoo7137 Жыл бұрын
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.
@PankajYadav-yz7ki3 жыл бұрын
mam some voice problem please fix it and thanks for the video
@debojitacharjee2 жыл бұрын
*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.
@noob_gamer_9582 жыл бұрын
8.50
@shraddhapawar56743 жыл бұрын
Ma'am after this if possible ,will you please start c++ or java course
@atiqahmed21233 жыл бұрын
mam plz upload the another lectures of function i am wating ur next lectures
@Icecubeg4 ай бұрын
should function definition be done before calling it?
Problem Mam mujhe batao na ki main kese user defined function hua.
@hamnashahbaz3722 жыл бұрын
why main is user defined function? tell me please?
@yasinl83073 жыл бұрын
Your Mike is not working fine some times kor kor sound is disturbed me.
@sayyedhamdulla3 жыл бұрын
Ma'am your voice is not hearing some part of videos..
@riyagupta18413 жыл бұрын
Mam it is my humble request to you ki aap daily upload kare videos so that routine maintain rahe
@sayyedhamdulla3 жыл бұрын
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..
@DipuKumar-lm9fk2 жыл бұрын
Ma'm 2 no. Question me confusion hai...??
@legendgaming-dz4tu3 жыл бұрын
Mam plzz make the videos on subject of sybscit 3rd sem like computer networks and data structure plzz mam it's very urgent plzz
@pravallika_092 жыл бұрын
Mam can give the python lecture for us
@Divyesh_db2 жыл бұрын
Function Prototype = function Definiton 1) function prototype 2) function Definition 3) prototype 4) prototype 5) Call 6) prototype 7) definition 8) prototype
@ankitpathak93342 жыл бұрын
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
@nilotpalchoudhury96592 жыл бұрын
1. Declaration of function named fact of integer return type 2.Error in function definition because of ; 3.Error , no return type in function declaration and no return type in parameter 4.Error , no return type in function declaration and no return type in parameter 5.No return type , no termination in function declaration and no return type in parameter 6.Declaration of function named isPrime of void return type 7.Error , sum cannot add int and float in the given function declaration 8.No return type in function declaration
@lavishpatel4023 жыл бұрын
mam you looks so beautiful and gorgeous
@polymathmeraj67502 жыл бұрын
Ma'am there's sound problem in some of ur videos......
@sanjuyadav1473 жыл бұрын
Array in function 🇳🇵🇳🇵
@sparrowp22513 жыл бұрын
did anybody also noticed a little rough sound ,i thought that my new pc broke
@shraddhapawar56743 жыл бұрын
#include int main() { int i = 10; int *const p = &i; foo(&p); printf("%d ", *p); } void foo(int **p) { int j = 11; *p = &j; printf("%d ", **p); } Ma'am please explain this question ans