https://movie-review-app-pi-two.vercel.app/
For more , you can join my personal channel where I share what I do. @SelfTaughtDev1
For more , you can join my personal channel where I share what I do. @SelfTaughtDev1
โค1
Do you have a Telegram channel? Are you already monetizing it? ๐ค Try Inside Ads โ Iโve already started earning. Hereโs the link:
https://t.me/InsideAds_bot/open?startapp=r_1876122021
https://t.me/InsideAds_bot/open?startapp=r_1876122021
๐ฅ2
โ
Exercise
What is the output of this code? If there is an error, fix it and explain why it occurs.
@ProgrammingWithFaith2018
What is the output of this code? If there is an error, fix it and explain why it occurs.
#include <iostream>
using namespace std;
void add();
int main() {
int age = 21;
add();
return 0;
}
void add() {
cout << "Age: " << age << endl;
}
@ProgrammingWithFaith2018
โค2๐ฅฐ2๐ฅ1
#include <iostream>
using namespace std;
int age = 21;
void add() {
cout << "Age: " << age << endl;
}
int main() {
add();
return 0;
}
Error: variable age is not local to the function โ ๏ธ
This one is 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 ๐
@ProgrammingWithFaith2018
โค2๐ฅฐ2
To register for the premium class, ๐ [@ProgrammingWithFaith_bot] ๐
โค2
To register for the premium class, ๐ [@ProgrammingWithFaith_bot] ๐
Hit any reaction if this channel is helping you ๐
โค4๐ฅฐ2๐2โก1๐ฅ1๐1๐ณ1
I was monetizing this channel, so sometimes you will see ads. ๐๐๐ ๐
@ProgrammingWithFaith2018
@ProgrammingWithFaith2018
โค3๐ฅ1๐1
To register for the premium class, ๐ [@ProgrammingWithFaith_bot] ๐
This media is not supported in your browser
VIEW IN TELEGRAM
๐จโ๐ป๐จโ๐ป๐จโ๐ป๐จโ๐ป๐จโ๐ป๐จโ๐ป๐จโ๐ป๐จโ๐ป๐จโ๐ป
แตแ Compilation แฅแ Interpretation แญแ แแฅ แแแจแณแต แจแแญ แซแแแ video แฐแแแจแฑแข
To register for the premium class, ๐ [@ProgrammingWithFaith_bot] ๐
@ProgrammingWithFaith2018
แตแ Compilation แฅแ Interpretation แญแ แแฅ แแแจแณแต แจแแญ แซแแแ video แฐแแแจแฑแข
To register for the premium class, ๐ [@ProgrammingWithFaith_bot] ๐
@ProgrammingWithFaith2018
โค3
Media is too big
VIEW IN TELEGRAM
To register for the premium class, ๐ [@ProgrammingWithFaith_bot] ๐
โค4๐ฅฐ1
โ แแแแ แจแญแญแตแตแ แฅแแแต แฐแจแณแฎแฝ แฅแแณแ แแแณแฝแ แแแตแแแณแฝแ
แแขแจแฑแต แญแญแตแถแต แจแตแ แแต แ แแ
แ แฐแแ แ แฐแจแณแฝแ!
@ProgrammingWithFaith2018
แแขแจแฑแต แญแญแตแถแต แจแตแ แแต แ แแ
แ แฐแแ แ แฐแจแณแฝแ!
@ProgrammingWithFaith2018
โค6๐ฅ1๐1