for(i=-1; ++i; i>0) so expression i=-1 initializes for loop. expressio translation - for(i=-1; ++i; i>0) so expression i=-1 initializes for loop. expressio Vietnamese how to say

for(i=-1; ++i; i>0) so expression i

for(i=-1; ++i; i>0) so expression i=-1 initializes for loop. expression ++i is the loop condition. expression i>0 is the increment expression.

In for( i = -1; ++i; i>0) expression i=-1 evaluates to one.

Loop condition always get evaluated to true. Also at this point it increases i by one.

An increment_expression i>0 has no effect on value of i.so for loop get executed till the limit of integer (ie. 65535)
417/5000
From: Detect language
To: Vietnamese
Results (Vietnamese) 1: [Copy]
Copied!
for(i<=5 && i>=-1; ++i; i>0) so expression i<=5 && i>=-1 initializes for loop. expression ++i is the loop condition. expression i>0 is the increment expression.In for( i <= 5 && i >= -1; ++i; i>0) expression i<=5 && i>=-1 evaluates to one.Loop condition always get evaluated to true. Also at this point it increases i by one.An increment_expression i>0 has no effect on value of i.so for loop get executed till the limit of integer (ie. 65535)
Being translated, please wait..
Results (Vietnamese) 2:[Copy]
Copied!
for (i <= 5 && i> = - 1; i ++; i> 0) để biểu i <= 5 && i> = - 1 khởi tạo cho vòng lặp. biểu ++ i là điều kiện lặp. biểu i> 0 là biểu hiện tăng. Trong for (i <= 5 && i> = -1; ++ i; i> 0). biểu i <= 5 && i> = - 1 để đánh giá một điều kiện Vòng luôn nhận được đánh giá đúng sự thật. Cũng tại thời điểm này nó làm tăng i một. Một increment_expression i> 0 không có hiệu lực về giá trị của i.so cho vòng lặp được thực thi cho đến giới hạn của số nguyên (ví dụ. 65535)





Being translated, please wait..
 
Other languages
The translation tool support: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese, Chinese Traditional, Corsican, Croatian, Czech, Danish, Detect language, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Odia (Oriya), Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scots Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sundanese, Swahili, Swedish, Tajik, Tamil, Tatar, Telugu, Thai, Turkish, Turkmen, Ukrainian, Urdu, Uyghur, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu, Language translation.

Copyright ©2025 I Love Translation. All reserved.

E-mail: ilovetranslation@live.com