Sponsored
Sponsored
Media Summary: Programming & Data Structures: Constants in Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ... Constants in modern C++ can be quite confusing... in this video we will talk about the 4 constant related keywords in C++ and ...

C Const - Detailed Analysis & Overview

Programming & Data Structures: Constants in Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ... Constants in modern C++ can be quite confusing... in this video we will talk about the 4 constant related keywords in C++ and ... This video demonstrates how constant pointers (int *

Photo Gallery

CONST in C++
What is a const? 🚫
Const, const pointers, and pointers to const things (in C)
A const int is not a constant.
Constants | C Programming Tutorial
Defining Constants. Should I use CONST or #DEFINE?
Clarifying about literals, macros, and const (still not constant?)
Constants in C (Part 1)
Advanced C++: const
Advanced C 39: const pointer VS pointer to const
Const in C++: Variables, Pointers, Constexpr, Pointer and Reference to Const Are Explained
Constants in C (Part 2)
View Detailed Profile
CONST in C++

CONST in C++

Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...

What is a const? 🚫

What is a const? 🚫

const

Sponsored
Const, const pointers, and pointers to const things (in C)

Const, const pointers, and pointers to const things (in C)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

A const int is not a constant.

A const int is not a constant.

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

Constants | C Programming Tutorial

Constants | C Programming Tutorial

An overview of how to use constants in

Sponsored
Defining Constants. Should I use CONST or #DEFINE?

Defining Constants. Should I use CONST or #DEFINE?

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

Clarifying about literals, macros, and const (still not constant?)

Clarifying about literals, macros, and const (still not constant?)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

Constants in C (Part 1)

Constants in C (Part 1)

Programming & Data Structures: Constants in

Advanced C++: const

Advanced C++: const

This video covers: 1. Concept of

Advanced C 39: const pointer VS pointer to const

Advanced C 39: const pointer VS pointer to const

The difference between a

Const in C++: Variables, Pointers, Constexpr, Pointer and Reference to Const Are Explained

Const in C++: Variables, Pointers, Constexpr, Pointer and Reference to Const Are Explained

Unlock the Power of

Constants in C (Part 2)

Constants in C (Part 2)

Programming & Data Structures: Constants in

C - const Keyword

C - const Keyword

C

C++ - Const

C++ - Const

Just how

#25 Understanding const *ptr vs const *const ptr in C — Explained Simply!

#25 Understanding const *ptr vs const *const ptr in C — Explained Simply!

Understanding

Const correctness in C++

Const correctness in C++

Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ...

Should I pass by const reference or by value?

Should I pass by const reference or by value?

Support ▻ https://patreon.com/thecherno Instagram ▻ https://instagram.com/thecherno Twitter ▻ https://twitter.com/thecherno ...

Const modifier in C

Const modifier in C

Check out our Discord server: https://discord.gg/NFxT8NY.

CONSTANTS in C++

CONSTANTS in C++

Constants in modern C++ can be quite confusing... in this video we will talk about the 4 constant related keywords in C++ and ...

Const Pointers versus Pointers to Constants in C++

Const Pointers versus Pointers to Constants in C++

This video demonstrates how constant pointers (int *

Related Video Content

How do I best use the const keyword in C? - Stack Overflow information

I am trying to get a sense of how I should use const in C code. First I didn't really bother using it, but then I saw...

const (GNU C Language Manual) information

Using const char * for the parameter is a way of saying this function never modifies the memory of the string itself....

Constants in C - GeeksforGeeks information

Nov 1, 2025 · In C programming, const is a keyword used to declare a variable as constant, meaning its value cannot...

Demystifying `const` in C: A Comprehensive Guide - CodeRivers information

Demystifying const in C: A Comprehensive Guide Introduction In the realm of C programming, the const keyword is a...

const type qualifier - cppreference.com information

const type qualifier Each individual type in the C type system has several qualified versions of that type,...

Sponsored