ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

45 results

Code Career
This sizeof() Bug Can Fail Your C Interview

This C code looks correct — but it lies. In this short video, you'll see a common sizeof() trap in C programming that even ...

0:24
This sizeof() Bug Can Fail Your C Interview

1,547 views

4 days ago

vlogommentary
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...

3:08
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

0 views

4 days ago

CodeFree Animations
C Programming Quiz #3 ⚡ Arrays & Pointers Explained  #cprogramming #codereels #computerscience

test your C programming skills with this quick quiz! This question checks your understanding of arrays, pointers, and memory in C ...

0:47
C Programming Quiz #3 ⚡ Arrays & Pointers Explained #cprogramming #codereels #computerscience

1,784 views

4 days ago

Nathan Baggs
Why I Use :: In C++
0:26
Why I Use :: In C++

20,660 views

6 days ago

Unacademy Computer Science
REVISE ALL Concepts of C Programming & Data Structures through 25 Most Expected Questions

GATE Prep at flat 50% off and Double the Validity Free* ...

Upcoming
REVISE ALL Concepts of C Programming & Data Structures through 25 Most Expected Questions

0 views

0

Code Career
This C Code Looks Valid… But Crashes Instantly ⚠️ | String Literal Trap

This C code looks valid — but crashes. String literals live in read-only memory, so modifying them causes undefined behavior.

0:26
This C Code Looks Valid… But Crashes Instantly ⚠️ | String Literal Trap

1,611 views

2 days ago

CodewithPrashant
C++ Quiz

C++ Pointer Quiz | Can You Predict the Output? Test your understanding of C++ pointers and arrays with this quick quiz!

0:13
C++ Quiz

2,726 views

4 days ago

HuwsTube
Bit-Masking: The Programmer’s Secret Weapon

See “Bit Masking Made Easy” for a more in-depth guide: https://youtu.be/c3sRgaH2zGA?si=yHCsar5Iez7TiTgL Every number and ...

1:24
Bit-Masking: The Programmer’s Secret Weapon

3,335 views

4 days ago

Fuzetek
Interview Question Series | Season 3 | Episode 19

In this video, we take a deep dive into LeetCode Problem 287 – Find the Duplicate Number using C++, a classic and highly ...

2:46
Interview Question Series | Season 3 | Episode 19

17 views

6 days ago

code with Sajjad
String function in c++2. Copying in string in c++

In this video, Raghav Sir will teach you about STRINGS. This is Lecture 9 of the C Programming series. Topics covered are ...

1:31
String function in c++2. Copying in string in c++

0 views

4 days ago

CodeFree Animations
C Pointers Quiz 2 Can You Predict the Output? #codingquiz #CLanguage #CodeChallenge #computerscience

Can you predict the output of this C program? This quick C language quiz tests your understanding of pointers and pass by ...

0:57
C Pointers Quiz 2 Can You Predict the Output? #codingquiz #CLanguage #CodeChallenge #computerscience

1,598 views

5 days ago

vlogize
Verständnis der Array-Länge in C+ + : Können wir sie innerhalb einer Funktion berechnen?

Entdecken Sie, wie man Array-Längen in C+ + -Funktionen handhabt, ohne sie als Parameter zu übergeben. Erfahren Sie ...

1:32
Verständnis der Array-Länge in C+ + : Können wir sie innerhalb einer Funktion berechnen?

0 views

5 days ago

Learn with your buddy
Tutorial : 26Dynamic Memory Allocation in C++ | new and delete Explained with Examples

Dynamic Memory Allocation in C++ is used to allocate and deallocate memory at runtime using the new and delete operators.

3:51
Tutorial : 26Dynamic Memory Allocation in C++ | new and delete Explained with Examples

0 views

4 days ago

CSE IT Exam Preparation
Computer Programming in C – Important Questions | Anna University Reg 2025 | CS25C01 Full Course

Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...

1:32
Computer Programming in C – Important Questions | Anna University Reg 2025 | CS25C01 Full Course

0 views

7 hours ago

𝑹𝒔 𝑹𝒐𝒌𝒊𝒚𝒂
C Programming challenge for beginners 💯🎯

Subscribe to my channel and support me. ✊ . c programming for beginners, programming in c for beginners, c programming ...

0:16
C Programming challenge for beginners 💯🎯

1,182 views

7 days ago

Learn with your buddy
Tutorial29:C++17/C++20Features| auto, Range-Based Loops,Smart Pointers,optional& Structured Bindings

In this video, we explore modern C++ features introduced in C++17 and C++20 that make coding cleaner, safer, and more efficient ...

3:07
Tutorial29:C++17/C++20Features| auto, Range-Based Loops,Smart Pointers,optional& Structured Bindings

0 views

1 day ago

vlogommentary
Understanding Why Extra \0 Characters Don’t Change String Length in C

Learn why adding extra null characters (`\0`) in C strings doesn't increase their length and how `strlen` differs from `sizeof` when ...

3:35
Understanding Why Extra \0 Characters Don’t Change String Length in C

0 views

7 days ago

Web Coder Abhishek
Leetcode 26 – Remove Duplicates  From Sorted Array #Shorts #leetcode #javascript

Solve LeetCode 26: Remove Duplicates from Sorted Array using a simple two-pointer pattern in JavaScript—keep only unique ...

0:59
Leetcode 26 – Remove Duplicates From Sorted Array #Shorts #leetcode #javascript

368 views

13 hours ago

Code + Calculus by Rudra
LeetCode 27 in 20 Sec #LeetCode #DSA #Python #InterviewPrep #CodingReels #BTech #CodeWithRudra

Kya aap array se kisi value ko bina extra space remove kar sakte ho? Aaj Interview Prep – Day 02 me hum solve kar rahe hain ...

0:36
LeetCode 27 in 20 Sec #LeetCode #DSA #Python #InterviewPrep #CodingReels #BTech #CodeWithRudra

796 views

5 days ago

Adil’s Insights
LeetCode 443 Explained | String Compression In-Place (O(1) Space!)

Welcome back to the LeetCode 75 Study Plan! Today we solve **Problem 443 — String Compression** using an in-place ...

2:35
LeetCode 443 Explained | String Compression In-Place (O(1) Space!)

12 views

5 days ago

Corporate Classroom
Pointer vs Array in C | Key Difference for Beginners & Interviews #programming  #pointer #coding

Learn the key difference between pointers and arrays in C programming in just 3 minutes! Perfect for beginners, freshers, and ...

1:37
Pointer vs Array in C | Key Difference for Beginners & Interviews #programming #pointer #coding

13 views

2 days ago

Handwritten Notes Hub
C++ Programming Tutorial | Complete C++ for Beginners to Advanced | Handwritten C++ Notes

c++ tutorial, c++ programming, c++ notes, c++ for beginners, c++ handwritten notes, c++ class notes c++ for bca, c++ for btech, ...

0:34
C++ Programming Tutorial | Complete C++ for Beginners to Advanced | Handwritten C++ Notes

0 views

5 days ago

Mohd Wasim DSA
147. Insertion Sort List | Linked List Insertion Sort | C++ Step by Step Explanation

In this video, we solve LeetCode Problem 147 – Insertion Sort List using C++. We implement Insertion Sort on a Singly Linked List, ...

2:10
147. Insertion Sort List | Linked List Insertion Sort | C++ Step by Step Explanation

0 views

5 days ago

Professional Skill 2023
9-2-C++ Programmer:  Invalid Floating Point Results | Practice

n the crazy world of game development, developers often stumble upon bugs that are as easy to find as a needle in a haystack...

1:43
9-2-C++ Programmer: Invalid Floating Point Results | Practice

14 views

3 days ago

vlogommentary
Using Arrays as Smart Pointers in C: Pros and Cons

Learn why using arrays as smart pointers in C might not be the best approach, and understand modern best practices for memory ...

3:14
Using Arrays as Smart Pointers in C: Pros and Cons

0 views

2 hours ago