Compound Types in C++ (References)

  Рет қаралды 25,218

Neso Academy

Neso Academy

Күн бұрын

Пікірлер: 28
@chamal7029
@chamal7029 3 жыл бұрын
Neso Academy is not just a KZbin channel .... it is a purely academic program..such a gem🤩😍
@suleimanmohamedabdi4277
@suleimanmohamedabdi4277 3 жыл бұрын
I am astudent of telecom engineering university in Somalia 🇸🇴☺ really #neso academy helped me as much as I will thank you 😊🙏 you my best teacher ❤
@lukaskahare2828
@lukaskahare2828 9 ай бұрын
Good Channel for C++ Teaching , excellent Work
@rajeshprajapati6662
@rajeshprajapati6662 2 жыл бұрын
08:39 ival is an object ? I thought it was a variable. Both are same or any difference ? Please let me know.
@anelyzakaria631
@anelyzakaria631 3 жыл бұрын
Loving these videos! Cant wait for more on C++!
@santanupradhan5017
@santanupradhan5017 3 жыл бұрын
We can declare constant reference to assign constant value. Like const int &r1=10;
@dipeshsamrawat7957
@dipeshsamrawat7957 3 жыл бұрын
I love Neso Academy ❤️
@asif4904
@asif4904 3 жыл бұрын
Sir please upload daily eagerly I am waiting for next video's
@mdimadullah6365
@mdimadullah6365 3 жыл бұрын
A lot of thanks sir keep always...
@yusufmalik5860
@yusufmalik5860 2 жыл бұрын
very well explanaid
@maazsiddiqui3326
@maazsiddiqui3326 2 жыл бұрын
so it means it is impossible to do swapping using references right?
@rajeshprajapati6662
@rajeshprajapati6662 2 жыл бұрын
why ?
@rajeshprajapati6662
@rajeshprajapati6662 2 жыл бұрын
// C++ program to swap two variables using a // user defined swap() include int main() { int x = 1024, y = 1025; int &refx = x; int &refy = y; printf(" Before Swapping: x = %d, y = %d", refx, refy); int temp = refx; refx = refy; refy = temp; printf(" After Swapping: x = %d, y = %d", refx, refy); return 0; }
@rajeshprajapati6662
@rajeshprajapati6662 2 жыл бұрын
see above code, is it not right ? it's working fine.
@jagan_217
@jagan_217 Жыл бұрын
@@rajeshprajapati6662 here in c++ having 49 video's its complete of course??? Or is there plzz telll
@rajeshprajapati6662
@rajeshprajapati6662 Жыл бұрын
@@jagan_217 The course is not complete.
@vikrantpatel2890
@vikrantpatel2890 3 жыл бұрын
Please make tutorials on python also 🙏
@luqmanmahmudobar3339
@luqmanmahmudobar3339 3 жыл бұрын
Sir for c++ you added your channel only 27 videos so is that means you completed this course or steel some lesson were there to upload here ?
@sanskritivats4987
@sanskritivats4987 3 жыл бұрын
It's a running course dear .
@karimmuhammad7051
@karimmuhammad7051 2 жыл бұрын
when i declare a reference, is it a new variable in memory that has a new address or it is just a new name?
@rajeshprajapati6662
@rajeshprajapati6662 2 жыл бұрын
Yes and no and it depends.
@MrYttips
@MrYttips 3 жыл бұрын
Sir pls thoda sa vs code ki screen zoom kar diya karo sir because codes are looking small
@monicabattacharya6416
@monicabattacharya6416 3 жыл бұрын
you have stopped DBMS 1 month ago . please start that course 🙏🏼 . Don't stop it.
@Robot404_
@Robot404_ 3 жыл бұрын
Why use a reference? Why not just use the original variable instead of a copy that contains the same value...
@motivationalquotes_19
@motivationalquotes_19 2 жыл бұрын
P
@rajeshprajapati6662
@rajeshprajapati6662 2 жыл бұрын
References are needed for operator overloading, copy constructors, copy assignment etc.
@PROFESSOR-18-ABM
@PROFESSOR-18-ABM Жыл бұрын
Sir You told that we can't bind a reference to an already refered initializers , But here i3 is already bounded to ri but u bound it again with r3.
Compound Types in C++ (Pointers)
19:57
Neso Academy
Рет қаралды 20 М.
Top-Level and Low-Level const in C++
19:28
Neso Academy
Рет қаралды 17 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
decltype and References in C++
11:11
Neso Academy
Рет қаралды 10 М.
Primitive Built-in Types in C++
14:57
Neso Academy
Рет қаралды 36 М.
What is the Difference Between a Pointer and a Reference C++
7:58
Paul Programming
Рет қаралды 444 М.
Pointers and const in C++
15:58
Neso Academy
Рет қаралды 28 М.
Signed and Unsigned Types in C++
14:46
Neso Academy
Рет қаралды 85 М.
C++ vs Rust: which is faster?
21:15
fasterthanlime
Рет қаралды 410 М.
Defining and Initializing Vectors in C++
13:59
Neso Academy
Рет қаралды 13 М.
Why Are Threads Needed On Single Core Processors
16:07
Core Dumped
Рет қаралды 219 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 150 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН