Toggle navigation
Courses
Questions
Tags
Users
AC 20161109 exercise 1
0
like
0
dislike
2.4k
views
請完成下列函式
void reverse(int *array,int size);
該函式會將array陣列中所有元素的位置顛倒。
並寫一個主程式測試你寫的函式。
[Exercise]
Essay (Open question)
-
asked
Nov 9, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 17203 -
Available when:
Unlimited
-
Due to:
Unlimited
|
2.4k
views
comment
1
1
Called for Help
0
1
Called for Help
0
1
Called for Help
Please
log in
or
register
to add a comment.
26
Answers
0
like
0
dislike
Hidden content! * * * * * ** * ** * * * * ** ** void * * ***** **** * * **** int * ** { int ** ** int * size = 9; * ** *** ** * ** * * = i+1; * *** * ** * **** **** ** * ****** * ** *** * { * ** * ** * * * = ** * ** * ** ** * * ** = * * **** * } * * * * * * ***** *** * * ** *** ****** * * ** { * ****** * ** * = ** * ** * * *** * *** * * * ** = ** ** ** ** * *** } * 0; } void *** ** *** * { int * * * *** ** % 2) == 1) { * * * * * * * { temp = ** * ** = * ** * * ** * ** = temp; } } else { * ** ** *** * { temp = * ** * * * = * *** *** * ** * = * * } } ** }
answered
Nov 23, 2016
by
410425044
(
-114
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!