logo

Crowdly

Please, write what will be the output after the execution of the code below. ...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Please, write what will be the output after the execution of the code below.

In case of compilation error please, write C, in case of runtime error please, write R.

void main() {     char* text = "abcdef";     int i = 5;     while (text[i] != 'b')         cout << text[i--]; }

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на softserve.academy?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!