IT
Senior High
Resolved
このプログラムの実行結果は239でしょうか?
プログラムの5、6行目の意味が分からず、239とは違う数値になってしまいました。詳しく教えて頂けると幸いです
main){
int i, n[3] = {3, 5,7};
int t = 0, w= 1;
for(i=0; i<3; i++){
t += nli] * w;
w=w*8;
printf(*%d\n", t);
Answers
Were you able to resolve your confusion?
Users viewing this question
are also looking at these questions 😉