• 検索結果がありません。

‰ð“šPDF N‰Èî•ñƒlƒbƒgƒ[ƒN“±“üƒ†ƒjƒbƒg‡UiCŒ¾Œê‡Uj

N/A
N/A
Protected

Academic year: 2018

シェア "‰ð“šPDF N‰Èî•ñƒlƒbƒgƒ[ƒN“±“üƒ†ƒjƒbƒg‡UiCŒ¾Œê‡Uj"

Copied!
1
0
0

読み込み中.... (全文を見る)

全文

(1)

C言語Ⅱ 演習(4-4) ~構造体(4)~ 解答例 1

C

言語Ⅱ

演習

(4-4)

~構造体

(4)

教科書

2

*以下 プログラム例 あ ,全く同 あ 必要 あ ません.プログラム作成 参考 確認 ください.

問題 .

// 構造体 問題

#include <stdio.h>

typedef struct{

char name[20]; int point; } data;

data add_point(data student){

student.point=student.point+5; return (student);

}

int main(void){ int i;

data person[3]={

{"yamada",92}, {"sato",85}, {"takahashi",66} };

for (i=0;i<3;i++){

person[i]=add_point(person[i]);

printf("%s 点数 %d りました

\n",person[i].name,person[i].point); }

return 0;

}

問題 .

// 構造体 問題

#include <stdio.h>

typedef struct{

char name[20]; int point; } data;

data add_point(data student){ student.name[0]='X'; student.name[1]='X'; student.name[2]='X';

student.point=student.point+5; return (student);

}

int main(void){ int i;

data person[3]={

{"yamada",92}, {"sato",85}, {"takahashi",66} };

for (i=0;i<3;i++){

person[i]=add_point(person[i]);

printf("%s 点数 %d りました

\n",person[i].name,person[i].point);

}

return 0;

}

参照

関連したドキュメント

Theorem 3 implies strong asymptotic stability results: the energy of strong solutions decays to zero, with an explicit decay rate

There is a bijection between left cosets of S n in the affine group and certain types of partitions (see Bjorner and Brenti (1996) and Eriksson and Eriksson (1998)).. In B-B,

Actually a similar property shall be first de- rived for a general class of first order systems including the transport equation and Schr¨odinger equations.. Then we shall consider

Hence, the degree theory constructed in [1] is an extension of the classical Leray–Schauder degree in Hilbert space.. It is unique, single-valued and has the usual properties of

Lair and Shaker [10] proved the existence of large solutions in bounded domains and entire large solutions in R N for g(x,u) = p(x)f (u), allowing p to be zero on large parts of Ω..

We prove a continuous embedding that allows us to obtain a boundary trace imbedding result for anisotropic Musielak-Orlicz spaces, which we then apply to obtain an existence result

This concludes the proof that the Riemann problem (1.6) admits a weak solution satisfying the boundary condition in the relaxed sense (1.6c).... The two manifolds are transverse and

This paper is a sequel to [1] where the existence of homoclinic solutions was proved for a family of singular Hamiltonian systems which were subjected to almost periodic forcing...