ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

123 results

OCTAPUS
Dynamic Partitioning in Memory Management | Placement Algorithms (First Fit, Best Fit, Next Fit).

In this video, we explain and solve a Dynamic Partitioning Placement Algorithm problem in memory management. You'll learn ...

4:41
Dynamic Partitioning in Memory Management | Placement Algorithms (First Fit, Best Fit, Next Fit).

71 views

3 months ago

BytesinBits Technologies
Dynamic memory allocation

Dynamic memory allocation in C allows programs to request memory at runtime using functions like `malloc()`, `calloc()`, ...

11:53
Dynamic memory allocation

26 views

1 year ago

BytesinBits Technologies
pointer within a structure in C programming

In C programming, a pointer within a structure allows you to create flexible data models that can reference dynamic memory.

9:36
pointer within a structure in C programming

2 views

1 year ago

BytesinBits Technologies
1. What is Pointer in C - Explained with Memory Diagram in Simple

Pointer in C Programming: - what is a pointer - the purpose of pointer variables - How much memory is allocated when a pointer ...

17:42
1. What is Pointer in C - Explained with Memory Diagram in Simple

47 views

1 year ago

BytesinBits Technologies
Variable in C programming

In C programming, a variable is a named storage location in memory that holds a value. Each variable has a specific data type, ...

15:24
Variable in C programming

3 views

1 year ago

BytesinBits Technologies
Function Returning Pointers in C Programming

Function Examples: Implement simple examples to illustrate how pointers are returned and used. Usage in Data Structures: ...

6:06
Function Returning Pointers in C Programming

8 views

1 year ago

BytesinBits Technologies
Array of Structures in C programming

An array of structures in C programming enables the efficient grouping of multiple records with similar attributes. Each element in ...

4:03
Array of Structures in C programming

3 views

1 year ago

BytesinBits Technologies
pointer to a pointer (double pointer) in C Programming

... arrays and facilitates complex data structures, providing greater flexibility in memory management and manipulation of data.

7:55
pointer to a pointer (double pointer) in C Programming

21 views

1 year ago

BytesinBits Technologies
structure pointer in C Programming

A structure pointer in C points to a structure variable, allowing access to its members using the arrow operator . This is useful for ...

7:33
structure pointer in C Programming

4 views

1 year ago

Programming for problem solving ktr
Dynamic memory allocation in c

PPS.

6:40
Dynamic memory allocation in c

13 views

8 months ago

BytesinBits Technologies
Pointer to an array with 2D in C programming

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 ...

6:45
Pointer to an array with 2D in C programming

12 views

1 year ago

BytesinBits Technologies
Data type C programming

In C programming, the `char` data type represents a single character and is typically used to store alphabetic characters, digits, ...

9:57
Data type C programming

2 views

1 year ago

BytesinBits Technologies
2. Mastering Pointers: Pointer Arithmetic in C/C++ explained with Memory Diagram

Pointer Arithmetic operations Explained in details with memory diagram.

9:45
2. Mastering Pointers: Pointer Arithmetic in C/C++ explained with Memory Diagram

27 views

1 year ago

Nuvin Technology
[9] Database Types You Must Know for System Design - Best system design course

... database In-memory • in memory database explained • redis cache explained • memcached vs redis which database to use for ...

15:07
[9] Database Types You Must Know for System Design - Best system design course

42 views

2 weeks ago

learnwithme.
C++ DSA – Stack Explained | Push Pop | Beginner Friendly

In this video, I explain Stack in C++ DSA with real examples, Push/Pop operations, and how stack works in memory.

14:13
C++ DSA – Stack Explained | Push Pop | Beginner Friendly

0 views

9 days ago

BytesinBits Technologies
Pointer to an array in C programming

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 ...

9:38
Pointer to an array in C programming

4 views

1 year ago

MG
Built Infinite Dynamic Memory for AI Agents | LangMem SDK !!

LangMem SDK lets your AI agents learn and improve through true long-term memory.Watch how to make your AI remember ...

11:52
Built Infinite Dynamic Memory for AI Agents | LangMem SDK !!

1,236 views

9 months ago

BytesinBits Technologies
Differences between malloc() and calloc()

The key differences between `malloc()` and `calloc()` in C are in memory initialization and parameters. `malloc()` allocates ...

6:35
Differences between malloc() and calloc()

44 views

1 year ago

BytesinBits Technologies
Structure of a C Program | Programming in C

In C, a `struct` defines a composite data type that groups related variables. It can encapsulate different data types, such as ...

5:42
Structure of a C Program | Programming in C

4 views

1 year ago

BytesinBits Technologies
Differences between pointers and arrays in C programming

In this video, we clearly explain the differences between pointers and arrays in C programming. We cover their definitions, ...

7:13
Differences between pointers and arrays in C programming

6 views

1 year ago