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
27 results
Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...
0 views
6 days ago
Learn how to safely manage an array of function pointers with different argument types in C using a common void pointer and ...
4 days ago
Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...
5 days ago
Master Pointers in Python in Just 1 Minute! | Python Programming Tips & Tricks Are you confused about pointers in Python? In this ...
52 views
Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...
2 days ago
In this video, we explore modern C++ features introduced in C++17 and C++20 that make coding cleaner, safer, and more efficient ...
37 views
1 day ago
I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...
262 views
Streamed 8 hours ago
In this video, Raghav Sir will teach you about STRINGS. This is Lecture 9 of the C Programming series. Topics covered are ...
c++ tutorial, c++ programming, c++ notes, c++ for beginners, c++ handwritten notes, c++ class notes c++ for bca, c++ for btech, ...
7 days ago
Pointers and Memory Addressing, Dynamic Memory Allocation, Pointer to Pointer & Function Pointers, Strings and Character ...
Learn how unexpected compiler behavior with NULL pointer checks can be related to GPU driver selection, and how to properly ...
17 hours ago
Learn best practices to modularize and safely access interrupt-driven variables in embedded C using encapsulated setter and ...
pps aktu first year, programming for problem solving aktu, btech 1st year pps notes, aktu pps important questions pps handwritten ...
Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...
13 hours ago
Learn how to handle nested string tokenization in C without state conflicts by replacing strtok with its reentrant alternative strtok_r.