*THIS MEANS THAT THE MAIN FUNCTION IS A FUNCTION WITH NO ARGUMENT AND WITH RETURN TYPE* - the main function needs the return 0; statement to return 0 to tell the OS about success. So it's a function with no argument but with return type by default.
mam, 1 will be printed and the associativity of comma operator is right left to right and it will assign the last value i.t here '1' to return and will be printed then by storing it in s variable.
I appreciate your teaching style mam ....your video is very useful for me mam ......I got clear all doubts when I watched your video mam ........plz upload the video on some interview related questions me
Madam I am M.Jayanth I am following your course "Data-Structure using C "but in the "implementation of linked list" I don't know the concept of memory allocation. It is quit bad to ask while making a video in order but please make a video on dynamic memory allocation ..with warm regards...
Mam , as u told that a,b , sum r local variables to definition section nd would vanish while way to calling fun,, So isn't the value of sum wld vanished too ??
Just wanted some clarification - in the statement scanf("%d%d", &a,&b); are we supposed to write it as &a,&b because we are going to dynamically input a value that shouldn't change?
We are just taking the input from the user and assigning it to the address of the variable here &a ,&b (ampersand a and b ) is used to access the address of the variables in which user is going to feed the value or input .
mam agr hum is ko pivhly waly program ky method sy kry to kya ye ho ga yani hum sum ko print kry sum function may or phir main may sum ko bs call kry int typee ky sth hi to is it possible
@@bharathikathir3029 @sravan slv bcoz its returning the value by deafult when you use two sums (sum=a+b,sum1=x+y) in function then its return the value last statement (sum1=x+y) but when you declare the "return sum;" then its only particular variable (sum).
*THIS MEANS THAT THE MAIN FUNCTION IS A FUNCTION WITH NO ARGUMENT AND WITH RETURN TYPE* - the main function needs the return 0; statement to return 0 to tell the OS about success. So it's a function with no argument but with return type by default.
1 will be returned to the function call, and then to output in 19:01
Correct
I'm always watching your video in 2x 😅
Y
Don't. Concept clear nhi hoga karna he tho thikse karo bro 1.25 chalega .par 2x pe rap suneki tarah lagta ha😂
you just playing with yourself
Mam your teaching style is so good .I am beginner and yr lecture series helping me a lot thank you so much 🙏 mam
19:03
Output: 1
Coz we have used the comma operator thus it will execute the a and 0 and return 1 as the output
Bro but 1 in not declared
So. It can possible or not to return 1
1 is character bro, then print 1@@adityagoswami4090
I have developed so much love for India through your lectures ❤
Output:
Sum=1
correct :)
In 19:04 i assuming that; it returns 1 and print ASCII value of 1
yes right
Mam if you had started some years earlier ,I would have changed my career into a programmer.love you mam.
mam, 1 will be printed and the associativity of comma operator is right left to right and it will assign the last value i.t here '1' to return and will be printed then by storing it in s variable.
Jayanthi mam is on fire # Rapid Uploads.
Thank you ma'am 😕
You save my life,lots of respect for you
Your C videos are more than enough please upload Video on DBMS
Your voice is very sweet ❤️
I appreciate your teaching style mam ....your video is very useful for me mam ......I got clear all doubts when I watched your video mam ........plz upload the video on some interview related questions me
We are exucute the Char so i think digit was didn't printed printed the next return sum
I cannot understand the use of null pointer .. If we use null pointer then also if program is crashing then why to initialize ptr with null pointer ?
Chala ante chala bagunnaru madam meeru
Ma'am your teaching is awesome ma'am 💥
Ma'am quality is unavailable??
Program which you done externally is not clear
output
sum= 1
last question's answer is :: char. '1' will be returned.
video start at 2:20
Output is 1 !!
since we are returning a char type value, will it print the ASCII value? (or we might get error???)
very clear concept.
and u also
mam plz can you make a video on ER diagram the book of DBMS
Mam यदि return type implicitly 'int' hota hai toh int return type ke saath return kyu karte hai.????
Really Helpful Video Thank You So Much mam
Madam I am M.Jayanth I am following your course "Data-Structure using C "but in the "implementation of linked list" I don't know the concept of memory allocation. It is quit bad to ask while making a video in order but please make a video on dynamic memory allocation ..with warm regards...
19:07 output is :- 1
Mam , as u told that a,b , sum r local variables to definition section nd would vanish while way to calling fun,,
So isn't the value of sum wld vanished too ??
sum=1 it is the output of this program
Just wanted some clarification - in the statement scanf("%d%d", &a,&b); are we supposed to write it as &a,&b because we are going to dynamically input a value that shouldn't change?
We are just taking the input from the user and assigning it to the address of the variable here &a ,&b (ampersand a and b ) is used to access the address of the variables in which user is going to feed the value or input .
I want Java,c++ classes from you please
mam agr hum is ko pivhly waly program ky method sy kry to kya ye ho ga yani hum sum ko print kry sum function may or phir main may sum ko bs call kry int typee ky sth hi to is it possible
in 19.01 minute it returns 1 and out put is 49 which is its ascii value
if the dAta type is int
best teacher
take care maam have a great day 😉😉
output is 1
Thanks mam to teach ❤
🙏 thank you so much ma'am 🙏
Mam thanks for your efforts
Mam one doubt.if we delete returnsum...and write printf in called function or in definedfunction Block.then what will happened
the function then becomes a function with no return type.
Mam if we didn't declare sum=0 then also the program is running mam.
Any video on F 5 load balancing?
Answer is return :1
Hii please start python course
Thanku 😊
Like after sum=a+b; if we delete return sum;and write printf("sum=%d",sum);what output we will get in return type with no argument...please tell
It will return 0.
but why isn't printing s=a
because when we used int sum it was printing s=12 ,then why not gor char?
See the code correctly what mam is written then you will find why it is
ok my dear 😍😍😍😍
Assignment answer
Sum=1
even though return sum statement is not used, the sum=12 is printing. then what is the significance of return statement?
Same question
@@bharathikathir3029 @sravan slv bcoz its returning the value by deafult when you use two sums (sum=a+b,sum1=x+y) in function then its return the value last statement (sum1=x+y) but when you declare the "return sum;" then its only particular variable (sum).
didnt get you @@pawanmittal8056
Thank you so much mam ur helping a lot
Thank teacher
Thank you so much mam
It will return 1;
Mam aap bahut preety ho...🥰🥰
Sum=1 😄
Ma'am c language kab end hogaa🥱🥱
How many vedio are balance sissy...
89 vedios now u posted....how many concept pending ?..
How many videos u will add in this C program......?
It will return 1
Return 1
Ma'am i want to work with you as a thumbnail editor plz reply me if you are interested in it i will send some samples.
Thank you.
Hi Madam I'm your daily student expecting like from you madam
Output 1
good mam ❤❤❤
Hindi mein samjhana chahiye aur achha samjhega👍
Mam is it necessary to initialise sum =0;
No need...
When we declare sum .. some memory will be allocated so that the value of a+b will be assigned later...
sum=1
a output
👌👌
👍
Try going short haircut
tq mam
😊
goddess fr
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Please please please ❤️
1
Mam I cannot concentrate on the topic,if ur so beautiful..😀😀
Thup mama nuvu
So beautiful haa
how so beautiful?
thank you mam ji
Mam thanks for your efforts
thanx mam