@@SBTechTuts sir I learned all basics and upto structures part in C++ . Now I would like to learn Oops and STL from ur channel. Motham aipoinatena inka c++ course lo?
Sir call by value example lo x,y actual parameters avi change avvavu kabatti printf after swapping ani rasinappudu a,b ani rayali kada sir endukante avi formal parameters avi change avutayi kabatti kada sir
Hi sir program execution lo kudaa (i mean writing code in turbo c++) getch tarwatha function definition rayaala sir? getch rasam ante program close kadaa
Sir meeru mundu cheppina video lo first function call rayali tarvata function definition raayali annaru kaani ee video starting lo meeru mundu function definition raasi tarvata function ni call chesaru
*a and *b are pointer variables not address.... so function call chesetapudu &x and &y send chestham for example. so &x ante x address.... address ni store cheyali ante pointer variable kavali,.... so declaration lo *x ani thiskuntam... ok
Sir call by address is not swaping sir I think call by address program wrong at function defination.. And. I like your teaching sir And. I learned alot of subject from you sir thank u sir
Thankyou sir nice and clear explanation i am studying diploma in cme stream this concept is very useful for me..😍
Thank you sir super explanation
Because
1 week lo sem exams unnay sir programming with c & c++
Thank you so much sir
clear explanation of the concept sir...thank u!!!
Nice concept sir and super explanation sir ❤
Crystal 🔮 clear .👏👏 thank you so much sir🙏
Really I understand your teaching it is simply superb 👍🏻 tq very much sir
thank u and welcome to our channel
Good explanation with examples
Thank you so much sir🙏🙏
thank u and welcome to our channel
🙏🙏🙏🙏🙏🙏🙏 really ,I can't explain my greatful towards u sir.
thank u very much and welcome to our channel
Tq sooo much sir
Simple nd clear explanation
Thank you sir clear explanation
Clear explanation sir ..
fabulous explanation sir, tnq soo much
thank u and welcome to our channel
Thank u so much for this video sir
Tq sir it was useful to us
Super explation sir👌
Nice explained sir
very nice explanation......thankyou
super explanation thank you sir
Thank you so much sir
Good explanation sir
Learning more subject and content from u
Keep going. Thank you sir
thank u and welcome to our channel
@@SBTechTuts sir I learned all basics and upto structures part in C++ . Now I would like to learn Oops and STL from ur channel. Motham aipoinatena inka c++ course lo?
Very very clear explanation sir 👌👌👌👌👌👌
thank u and welcome to our channel
Sir super explanation sir thank you soo much
thank u and welcome to our channel
Hi sir😊
All excellent Super.... Kani deffinations ni simple ga words lo ala cheppalo add chei bro...
call by value : it means... values passed to function at the time of function calling is called as call by value.
Thank you for your information and examples sir👍
L
thank u sir
Sir call by value example lo x,y actual parameters avi change avvavu kabatti printf after swapping ani rasinappudu a,b ani rayali kada sir endukante avi formal parameters avi change avutayi kabatti kada sir
Yes ur write after swap values are change a 20 and b 10
Tq..sir.
Nice explanation
Computer fundamental explen cheyyandi sir
Call by value 00:00 - 13:05
Call by refference 13:10
Sir call by reference dhagara
Int temp;
temp=*a;
*a=*b;
*b=temp;
}
Sir getch() aslu yenduku use chasaro oksari explain chyandhi sir
getch() used to hold the output in TurboC compiler.... devc++ lo getch() avasaram ledhu
Good explanation sir👏... Sir last lo after swap lo... X and y value ani tisukunnaru ga... Akkada a and b tisukokudada???
x and y ni swap chesthunnam kabatti display lo x and y thiskovali... thank you
Ok sir.. Tq👏
Sir a doubt I have
Swap(&x,&y) same elaaneh
C++ loo elaa rayali sir?
By watching your all videos my fear was gone to learn programming language
Sir how to write this function call ...in
c++
loo this one sir⬇️
in c language lo this like is there
swap(&x,&y)
And c++ language loo _______???sir
Out put for call by value is that only or after swapping also we have to write na sir
Ok sir
❤❤❤
Sir please give me side i take screenshot programme.😊😊
Hi sir
program execution lo kudaa (i mean writing code in turbo c++)
getch tarwatha function definition rayaala sir?
getch rasam ante program close kadaa
me estam function definition akkadina rayochu
call by value and pass by value both are same or else is there any difference sir.......?
same
Nice
sir in void swap
temp=*a;
*a= *b;
*b =temp;
my teachers said in this way which is right..
it is also current...... but it means call by address.
nice bro and thank u to your correct answer.....
Sir I need explanation for Command line arguments.
sure
Function declaration manam code rasukovacha sir
no declaration first cheyali and tharvatha definition rayali
Please tell scope of variables in c
check it in playlist.... once
Sir meeru mundu cheppina video lo first function call rayali tarvata function definition raayali annaru kaani ee video starting lo meeru mundu function definition raasi tarvata function ni call chesaru
function call main function lo rayali and function definition akkadina rayochu... ok thank u
@@SBTechTuts ok sir Tq so much for your reply
Sir for call by reference values are swapped, address is also swapped are not
call by reference and call by address both swapped
@@SBTechTutsok done 👍 sir
Call by reference program got error sir
We want explanation of
Temp =*a
*a=*b
*b=temp
Access specifiers cls cheppandi sir
sure
In Java how to explain call by value and call by reference
Reference lo definition lo temp=*a pedite em avutundi
Java loo call by value and call by reference same aa
Please idhi cheppandi sir
reference means alias names....
Sir function declaration a,b ni *a,*b
rayakudada.akkada manam a,b ni kadu ga *a,*b(address ) tesukunnam kada.
*a and *b are pointer variables not address....
so function call chesetapudu &x and &y send chestham for example.
so &x ante x address.... address ni store cheyali ante pointer variable kavali,.... so declaration lo *x ani thiskuntam... ok
Hi sir
Address kuda change aitunda sir
no address change avvadu
What is difference between variable declaration and variable definition in c???
Plzzz explain sir
Variable declaration means to declared the variable .variable definition means using that variable that means assigning any value to that variables
Sir this question lo andhuku swap rayali sir
adina rayochu....
call by address is not swapping sir???
to swap two number u can use call by address.
Sir call by address is not swaping sir
I think call by address program wrong at function defination..
And. I like your teaching sir
And. I learned alot of subject from you sir thank u sir
Robo kakunda edauna rayandi
Swapping ante yenti sir
swapping means interchange.....
EX: a=100 b=200 anukunte swap ante a=200 and b=100
Thank you sir
Sir swap is not applicable for call by value sir
cannot change values using call by value concept....
Syntax vundadha sir
Cal by value lo function declaration unadha sir
function concept use chesthe..... function declaration pakkaga rayali....
What is the meaning of swap sir ?
swap means interchange
Your call by reference logic is wrong in function definition
int temp = *a;
*a=*b;
*b=*a;
Super explaining sir
Well explained sir
Superb explanation sir tq
Nice explanation
nicely explained sir
thank u and welcome to our channel