본문내용
#include
void get_max(int list[], int *ap, int *ary);
int main(void)
{
int getmax, getmin;
int score[10] = { 3, 2, 9, 7, 100, 20, 8, 24, 12, 5 };
get_max(score, &getmax, &getmin);
printf("최대값: %d, 최소값: %d입니다.\n", getmax, getmin);
return 0;
}
void get_max(int list[], int *ap, int *ary);
int main(void)
{
int getmax, getmin;
int score[10] = { 3, 2, 9, 7, 100, 20, 8, 24, 12, 5 };
get_max(score, &getmax, &getmin);
printf("최대값: %d, 최소값: %d입니다.\n", getmax, getmin);
return 0;
}
추천자료
신호와 시스템 (그래프 그리기- C언어를 이용한 맥놀이 현상의 해석)
Binomial random variable X의 distribution C언어 구현
Spline곡선(수치해석) C언어 소스 입니다.
[castlenine]C언어 요점정리
명함관리 프로그램 발표(c언어)
자기소개서 카운팅 발표(c언어)
전기요금계산 프로그램 발표(c언어)
6족 로봇 보행 발표(c언어)
전화번호 관리 프로젝트 단순연결리스트를 이용한 c언어 자료구조
2013 장애인 기능경기 대회 1과제 C언어 답안 (프랜차이즈 커피전문점에서 상품별 판매실적 ...
Server_테트리스 [Tetris] C언어로 만든 테트리스
MAZE 확장[자료구조/자료구조및실험/c언어/c#/ Maze problem/Maze/Maze problem/미로/미로찾기]
소개글