New: helperpageAll contenthive-129948hive-196917krzzanhive-183959hive-185836hive-150122steemhive-180932hive-166405hive-183397hive-101145hive-144064uncommonlabphotographyhive-188619hive-184714hive-145157bitcoinhive-103599krsuccesshive-193637hive-180301hive-179660hive-193186TrendingNewHotLikerslearnandgrow (62)in programming • 7 years agoprogram helper page of c++.Hey steemians. I brought you the program helper post. #include using namespace std; void alpha(); //Global variable int a; int main(){ //local variable in main function a=10;…