Identificator(C++)

umid2008

Umid2008

Posted on March 10, 2023

Identificator(C++)

Hello. Today we will talk about Identificator and Constanta. So let's begin! Identificator means naming variables. For example if we don't name our variable then we can't use and summon it. It's very importable thing. Naming variables is very easy. We need just write the name of variable and give the value. That's all with Identificators!

int main1() {

int Number = 1;

cout << Number << endl;

  return 0;
}
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
umid2008
Umid2008

Posted on March 10, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Identificator(C++)
programming Identificator(C++)

March 10, 2023

C++ lambda: The basics
programming C++ lambda: The basics

November 20, 2022

Binary search trees🌳
programming Binary search trees🌳

July 24, 2022