كود سي بلس بلس

السلام عليكم لدي كود وظيفته حساب كم مرة تم استدعاء الدالة

طبعا بدون استخدام الstatic او global variables... اربد شرح كيف يعمل الكود

جزاكم الله خيرا

include

using namespace std;

void count() {

int a;
a++;
cout << a << " time" << endl;

};

int main() { int i; for(i=1;i<=10;++i){
count(); } return 0;

}


   I am Having a same issue last time. I am looking for more information about it. I will follow you to update the latest posts. https://www.myccpay.life