*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
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 .
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 ??
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).
1 will be returned to the function call, and then to output in 19:01
Correct
*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.
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
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
In 19:04 i assuming that; it returns 1 and print ASCII value of 1
yes right
Mam your teaching style is so good .I am beginner and yr lecture series helping me a lot thank you so much 🙏 mam
Output:
Sum=1
correct :)
Jayanthi mam is on fire # Rapid Uploads.
Your voice is very sweet ❤️
I have developed so much love for India through your lectures ❤
Thank you ma'am 😕
You save my life,lots of respect for you
Mam if you had started some years earlier ,I would have changed my career into a programmer.love you mam.
Chala ante chala bagunnaru madam meeru
Your C videos are more than enough please upload Video on DBMS
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.
output
sum= 1
We are exucute the Char so i think digit was didn't printed printed the next return sum
Ma'am your teaching is awesome ma'am 💥
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
ok my dear 😍😍😍😍
very clear concept.
and u also
Really Helpful Video Thank You So Much mam
best teacher
🙏 thank you so much ma'am 🙏
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 ?
Thanks mam to teach ❤
Output is 1 !!
Ma'am quality is unavailable??
Program which you done externally is not clear
take care maam have a great day 😉😉
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 .
Thanku 😊
mam plz can you make a video on ER diagram the book of DBMS
19:07 output is :- 1
Mam thanks for your efforts
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...
output is 1
video start at 2:20
Any video on F 5 load balancing?
since we are returning a char type value, will it print the ASCII value? (or we might get error???)
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 ??
Thank teacher
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 यदि return type implicitly 'int' hota hai toh int return type ke saath return kyu karte hai.????
I want Java,c++ classes from you please
Sum=1 😄
sum=1 it is the output of this program
Thank you so much mam ur helping a lot
Thank you so much mam
good mam ❤❤❤
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
Mam aap bahut preety ho...🥰🥰
output:
=== Code Exited With Errors ===
Mam if we didn't declare sum=0 then also the program is running mam.
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
Hii please start python course
in 19.01 minute it returns 1 and out put is 49 which is its ascii value
if the dAta type is int
last question's answer is :: char. '1' will be returned.
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
Assignment answer
Sum=1
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.
Output 1
Answer is return :1
Return 1
👌👌
It will return 1;
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......?
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...
Hindi mein samjhana chahiye aur achha samjhega👍
👍
Ma'am c language kab end hogaa🥱🥱
It will return 1
a output
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.
tq mam
goddess fr
sum=1
😊
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Please please please ❤️
Hi Madam I'm your daily student expecting like from you madam
1
Try going short haircut
Thup mama nuvu
So beautiful haa
Mam I cannot concentrate on the topic,if ur so beautiful..😀😀
how so beautiful?
thank you mam ji
Mam thanks for your efforts
thanx mam