Turning Learners Into Developers
Codekilla
CODEKILLA
back to course
Lesson 06 / 718%
Variables & Data1/4

C++ Variables & Data Types

Variables are named boxes that store data. Master types — int, double, char, bool, string — and the rules around them.

int age = 25;nameagetype / sizeint (4B)address0x7ffe18value25
Visual explanation diagram · click steps to walk through it

This lesson is Pro only.

Unlock every premium lesson and module — Pro from ₹299 / month (or ₹999 / year, saves ~₹2,589).

Sign in to unlock
// feedback.matters()
Did this lesson help you?