محتوى الدورة
ما هي هياكل البيانات
0/1
فخور بيك | ما هي الخطوة التالية ؟
0/1
دورة هياكل البيانات | Data Structure
حول الدرس
انضم إلى المحادثة
Ganah Sakr 5 أشهر منذ
task : #include using namespace std; int main() { int size=5; int happy[size]; cout<<"enter elements of array :"<<endl; for(int i=0; i>happy[i]; } cout<<"the elements of array is :"<<endl; for(int i=0; i<size ; i++) { cout<<happy[i]<<endl; } return 0; }
رد
0% مكتمل
X