memrootじしょ
英和翻訳
char
Arab
headquarters
renew
char
[kær]
キャー
1.
文字。characterの略。
単語characterを省略した形で、文字そのものや、時として登場人物などを指すことがあります。主に非公式な文脈やインターネット上で使われます。
This
is
a
char
used
in
text
messages.
(これはテキストメッセージで使われる文字です。)
This
これ、この
is
~です
a
1つの
char
文字
used
使われる
in
~で
text
文章
messages
メッセージ
.
文の終わり
Each
char
in
the
code
matters.
(コードの一文字一文字が重要です。)
Each
それぞれの
char
文字
in
~の中の
the
その
code
コード
matters
重要である
.
文の終わり
Can
you
explain
what
that
char
means?
(その文字が何を意味するのか説明してもらえますか?)
Can
~できますか
you
あなたは
explain
説明する
what
何を
that
その
char
文字
means
意味するか
?
疑問
2.
プログラミング言語における文字型。
コンピュータープログラミングにおいて、1つの文字(またはそれに相当する数値)を格納するために使用されるデータ型を指します。
In
C++,
char
is
a
fundamental
data
type.
(C++では、charは基本的なデータ型です。)
In
~において
C++
C++言語
,
区切り
char
文字型
is
~です
a
1つの
fundamental
基本的な
data
データ
type
型
.
文の終わり
You
can
store
a
single
char
in
this
variable.
(この変数には単一の文字(char型の値)を格納できます。)
You
あなたは
can
~できる
store
格納する
a
1つの
single
単一の
char
文字(char型の値)
in
~の中に
this
この
variable
変数
.
文の終わり
The
function
returns
a
char
value.
(その関数はchar型の値を返します。)
The
その
function
関数
returns
返す
a
1つの
char
文字型(の値)
value
値
.
文の終わり
関連
character
string
byte
data type
variable
ASCII