Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
7,266 results
Explained concepts in interesting way with real-time example Refer Part-2.
618 views
11 months ago
Do References Exist In C? In this informative video, we'll clarify the concepts of references and pointers within the C programming ...
2 views
4 months ago
These variables play a crucial role in creating efficient and readable code. But what exactly is a reference variable, and how is it ...
0 views
10 months ago
JOIN ME https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join https://www.patreon.com/cppnuts In this video we ...
3,216 views
3 months ago
Reference Variables in C++ | Alias Variable Explained with Example & Program | Master with 1 Video! Ever wondered what ...
30 views
7 months ago
What Are Reference Variables? A reference variable is essentially another name (or alias) for an existing variable. In C++ ...
8 months ago
Explore the performance implications of using local variables compared to pointers in C, with practical examples and insights for ...
You'll learn: ✓ What is a reference variable in C++ ✓ How to declare and use reference variables ✓ Difference between ...
238 views
Learn how to modify a variable returned by a function in C# using reference semantics, making your code more efficient and ...
Get Free GPT4.1 from https://codegive.com/a056f4a ## Passing by Reference in C: A Comprehensive Tutorial In C programming, ...
9 views
5 months ago
C++ Pass by Reference In the C++ Functions tutorial, we learned about passing arguments to a function. This method used is ...
61 views
Explore the concept of pass by reference in C, why C doesn't support it, and learn how to utilize pointers for similar functionality.
0:07 - Example C program 0:15 - Compiling it with gcc has a lot of undefined references 0:29 - Linker errors vs. compiler errors ...
186 views
2 months ago
60 views
9 months ago
Learn how to properly reference and manage memory allocated in the heap using pointers in C programming. This guide ...
Discover the differences between referencing pointers and variables in C++. Learn why their addresses differ and how pointers ...
3 views
Explore the general definitions of lvalue and rvalue references in C++ and their significance in the C++20 standard.
Explore how memory references work in Java, specifically whether variable 'c' references 'a' or shares the same memory location.
Learn how to mimic C++ reference variable behavior in Swift using computed properties for better class interaction and ...
Explore why `C++` references can lead to unexpected destructor calls and find out how to properly manage reference ...