Question
Updated on
29 Nov 2022
- English (US)
-
Japanese
Question about Japanese
How do you say this in Japanese? プログラミング言語でよく使うインクリメント演算子とデクリメント演算子の以下の式の読み方を教えて頂きませんか。宜しくお願い致します。
i = i - 1
i = i + 1
i ++
i --
++i
--i
How do you say this in Japanese? プログラミング言語でよく使うインクリメント演算子とデクリメント演算子の以下の式の読み方を教えて頂きませんか。宜しくお願い致します。
i = i - 1
i = i + 1
i ++
i --
++i
--i
i = i - 1
i = i + 1
i ++
i --
++i
--i
Answers
Read more comments
- Japanese
コードをそのままよむのなら、わたしは、
アイ イコール アイ マイナス いち
アイ イコール アイ プラス いち
アイ プラス プラス (アイのインクリメント)
アイ マイナス マイナス(アイのデクリメント)
プラス プラス アイ(インクリメント アイ)
マイナス マイナス アイ(デクリメント アイ)
ですかね。
Highly-rated answerer
- Japanese
I think that the reading may change depending on "how you read the symbols" and "how you read them in a conversation between engineers."
** Sometimes these readings are used in conversation or explanation without clear distinction.
# how you read the symbols?
i = i - 1 // あい いこーる あい まいなす(ひく) いち
i = i + 1 // あい いこーる あい ぷらす(たす) いち
i++ // あい ぷらす ぷらす
i-- // あい まいなす まいなす
++i // ぷらす ぷらす あい
--i // まいなす まいなす あい
# how you read them in a conversation between engineers?
i = i - 1 // あい まいなす いち を あい に だいにゅう する(i-1をiに代入する)
i = i + 1 // あい ぷらす いち を あい に だいにゅう する(i+1をiに代入する)
i++ // あい の こうちいんくりめんと(iの後置インクリメント)
i-- // あい の こうちでくりめんと(iの後置デクリメント)
++i // あい の ぜんちいんくりめんと(iの前置インクリメント)
--i // あい の ぜんちでくりめんと(iの前置デクリメント)
## reference links
https://learn.microsoft.com/ja-jp/cpp/cpp/incre...
https://developer.mozilla.org/ja/docs/Web/JavaS...
Highly-rated answerer
- Japanese
# Appendix information
I think some people say "ぷらすぷらす(++)" is "ぷらぷら *1" shortly or, in rare cases, "たすたす". On the other hand, I have never heard "まいまい" or "ひくひく" for "--" at all.
*1. It is common to call C++ (しーぷらぷら). Of course, it is not wrong to read it as "しーぷらすらす".
Highly-rated answerer
- English (US)

[News] Hey you! The one learning a language!
Do you know how to improve your language skills❓ All you have to do is have your writing corrected by a native speaker!
With HiNative, you can have your writing corrected by native speakers for free ✍️✨.
With HiNative, you can have your writing corrected by native speakers for free ✍️✨.
Sign up
Recommended Questions
- How do you say this in Japanese? You have a awesome personality. Can i say like this? i want to b...
- How do you say this in Japanese? 記号の読み方~÷×@#$%&-+()*":';!?
- How do you say this in Japanese? Que significa gambare
- How do you say this in Japanese? ビジネスメールで「返事が返ってき次第、また連絡いたします」という表現が正しいですか?
- How do you say this in Japanese? your dick is small!
Topic Questions
- How do you say this in English (US)? わたしはりんこがすきてす
- How do you say this in English (US)? 유튜브에서 충격적인영상을봤어요 전 동물을 좋아해서 동물관련영상을 많이보는데 사냥꾼이 재미로 동물을 사냥하는 ...
- How do you say this in English (US)? 口癖
- How do you say this in English (US)? 「まずは食べましょう。」
- How do you say this in English (US)? (레스토랑) ㅡ사람 구할때 까지 힘들어도 참아 ㅡ사람들이 계속들어오네 ㅡ손님이 콜라 추가 주문한거 포스기에...
Newest Questions
- How do you say this in English (US)? как сказать на английском "лечебная физкультура (лфк)" сленг...
- How do you say this in English (US)? Is this sentence natural? "An introvert, who loves the sk...
- How do you say this in English (US)? ここの店は本店とは比べ物にならないくらい不味かった。
- How do you say this in English (US)? 'Unfrieden' , for sure it won't translate to 'unpeace', but ...
- How do you say this in English (US)? hsske
Previous question/ Next question