Chika Lucinda Barn-Nzekwe
2 months ago
Chikacountry asked

What does int stand for?

Kelish Rai
Expert
last month
Kelish Rai answered

Hi Chika,

int stands for integer, which means whole numbers β€” no decimals. Examples include 5, 42, or -100.

In most programming languages, including C and C++, int is used to declare variables that store whole numbers:

int age = 25;

That line creates a variable named age that holds the value 25.

If you have more questions, I am here to help.

SQL
This question was asked as part of the Learn SQL Basics course.