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
53 results
Your IntArray from stores integers. If you need the same dynamic array for double, you'd copy the entire IntArray implementation, ...
1 view
21 hours ago
In this GATE 2017 C Programming PYQ, we will solve a question based on String, Pointer Arithmetic, Array Indexing, and strlen().
7 views
7 hours ago
In the previous section, you passed a struct to a function and the function received a copy. For a Point with two double fields, that's ...
0 views
Every array you've declared has a fixed size — int scores[100], char name[50], struct Student roster[30]. You decide the size when ...
2 views
Experienced C programmers don't just find bugs — they recognize them. After enough debugging, you start seeing the same five ...
1 hour ago
Your dynamic array from handles one problem beautifully — growing the collection when you don't know the final size. But try ...
Earlier, you allocated arrays whose size was decided at runtime — but still fixed for the array's lifetime. You asked the user "How ...
4 views
Throughout this chapter, you've been writing error checks. Each check follows the same improvised pattern — detect the problem, ...
8 hours ago
Every program you've written so far loses its data the moment it exits. The user enters 50 scores, you compute the average, and ...
Your program crashes with "Segmentation fault (core dumped)." You add printf calls between every few lines, recompile, run ...
Your program runs without crashing. It produces the correct output. Every test passes. You ship it. Three hours later, the server ...
5 hours ago
You can store a hundred test scores in an int array. But what if each score belongs to a student who also has a name and an ID ...
3 views
Every program you've written so far has its inputs hardcoded. You open "students.txt" by name, process exactly the file you ...
Selection Sort is the most intuitive sorting algorithm to learn first: find the smallest element, swap it to the front, repeat. In this video ...
6 hours ago
Earlier, you wrote text files — human-readable characters that you can open in any editor. fprintf(fp, "%d", 1000000) writes seven ...
Your forehand power starts with three key pivot points: the shoulder, elbow, and wrist. Keep the elbow down, let the shoulder ...
939 views
Subscribe and you'll have GOOD LUCK! My Telegram: https://t.me/vladus009 In this video, I will show you MY FRIEND GOT SICK ...
113,258 views
Every time you declare a struct variable, you write the full type name: struct Student alice;. Every time you pass one to a function: ...
Traversal in Doubly Linked List in C | Forward & Backward Traversal Welcome to LIGER LECTURES In this video, we will learn ...
5 views
13 hours ago
TUOWEE PASIION ZL3 at a Glance: 1500-Lumen Brightness: Delivers up to 1500 lumens with a beam distance of up to 492 ft ...
218 views