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
123 results
In this video, we explain and solve a Dynamic Partitioning Placement Algorithm problem in memory management. You'll learn ...
71 views
3 months ago
Dynamic memory allocation in C allows programs to request memory at runtime using functions like `malloc()`, `calloc()`, ...
26 views
1 year ago
In C programming, a pointer within a structure allows you to create flexible data models that can reference dynamic memory.
2 views
Pointer in C Programming: - what is a pointer - the purpose of pointer variables - How much memory is allocated when a pointer ...
47 views
In C programming, a variable is a named storage location in memory that holds a value. Each variable has a specific data type, ...
3 views
Function Examples: Implement simple examples to illustrate how pointers are returned and used. Usage in Data Structures: ...
8 views
An array of structures in C programming enables the efficient grouping of multiple records with similar attributes. Each element in ...
... arrays and facilitates complex data structures, providing greater flexibility in memory management and manipulation of data.
21 views
A structure pointer in C points to a structure variable, allowing access to its members using the arrow operator . This is useful for ...
4 views
PPS.
13 views
8 months ago
A pointer to a 2D array in C is a pointer that holds the address of the first element of a two-dimensional array. This allows for ...
12 views
In C programming, the `char` data type represents a single character and is typically used to store alphabetic characters, digits, ...
Pointer Arithmetic operations Explained in details with memory diagram.
27 views
... database In-memory • in memory database explained • redis cache explained • memcached vs redis which database to use for ...
42 views
2 weeks ago
In this video, I explain Stack in C++ DSA with real examples, Push/Pop operations, and how stack works in memory.
0 views
9 days ago
A pointer to an array in C is a variable that holds the address of the first element of the array. This allows for efficient array ...
LangMem SDK lets your AI agents learn and improve through true long-term memory.Watch how to make your AI remember ...
1,236 views
9 months ago
The key differences between `malloc()` and `calloc()` in C are in memory initialization and parameters. `malloc()` allocates ...
44 views
In C, a `struct` defines a composite data type that groups related variables. It can encapsulate different data types, such as ...
In this video, we clearly explain the differences between pointers and arrays in C programming. We cover their definitions, ...
6 views