Can you suggest a difficult topic from chapter 2? I'll take the time to clarify it.
C++ Basics
#3
Hulachunem betam amesegenalew gze sexachu sle serachut gn bezu like yagegnew logo number 3 nw btw it has a channel gobez designer nw kmr thanks @Userseraphim
Telegram
SD |SURA DESIGN
Join our journey! @userseraphim
π2π₯2π1
C++ Basics pinned Β«Can you suggest a difficult topic from chapter 2? I'll take the time to clarify it.Β»
Updated :
ποΈ Today at 3:00 π Class! π
We're diving into:
Chapter 2
π» part :-2 π
ποΈ Today at 3:00 π Class! π
We're diving into:
Chapter 2
π» part :-2 π
C++ Basics pinned Β«Updated : ποΈ Today at 3:00 π Class! π We're diving into: Chapter 2 π» part :-2 πΒ»
The reason I updated the time is that my phone battery is low , and plus, I don't have a charger with me π.
π1
Bezu temari alayehum beka 3:15 enjemeralen teyake kalchu azegaju...
π2
Setanebut confuse yadergachun negr meteykπ€ techelalchu ene esk ezi teyak prepare ladergππ€π
π3π2
Quiz
What's the output of this code and if you got error fix it and explain why it occur?
What's the output of this code and if you got error fix it and explain why it occur?
#include <iostream>
using namespace std;
void add();
int main() {
int age = 21;
add();
return 0;
}
void add() {
cout << "Age: " << age << endl;
}
Forwarded from Dagi
#include <iostream>
using namespace std;
int age = 21;
void add() {
cout << "Age: " << age << endl;
}
int main() {
add();
return 0;
}
Like this
using namespace std;
int age = 21;
void add() {
cout << "Age: " << age << endl;
}
int main() {
add();
return 0;
}
Like this
π4π€2π1
This one also possible
#include <iostream>
using namespace std;
int age = 21;
void add();
int main() {
add();
return 0;
}
void add() {
cout << "Age: " << age << endl;
}
Output :21
#include <iostream>
using namespace std;
int age = 21;
void add();
int main() {
add();
return 0;
}
void add() {
cout << "Age: " << age << endl;
}
Output :21
C++ Basics
I think gelts nw selezi enketel adel......
Fetachun atekeskesuπ yalegebachun negr Kale teykugn.....
π€·ββ3π1