pink
Well-Known Member
- تاريخ التسجيل
- 3 سبتمبر 2010
- المشاركات
- 238
- الدفعة الدراسية
- معلومة خاصة
- الكلية
- كلية الآداب
- التخصص
- لغه عربيه
Cs 104 مساعده
Write a function total*that returns the sum of two arrays of the same size.
int total( int*p,int*q,int size);
*
*
Write a function max*that returns the maximum value.
int Max( int*p,int size);
*
Write a function min*that returns the manimum value.
int Min( int*p,int size);
*
Write a main program to test both functions and use pointer notation only.
اليوم تسليمه ومااعرف احله ممكن مساعده
Write a function total*that returns the sum of two arrays of the same size.
int total( int*p,int*q,int size);
*
*
Write a function max*that returns the maximum value.
int Max( int*p,int size);
*
Write a function min*that returns the manimum value.
int Min( int*p,int size);
*
Write a main program to test both functions and use pointer notation only.
اليوم تسليمه ومااعرف احله ممكن مساعده
