logo

Crowdly

Browser

Додати до Chrome

Assume that the user enters the value 4, what will the following program display...

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

Assume that the user enters the value 4, what will the following program display?

#include<stdio.h>

int main() {

int a;

scanf("%d", &a);

if (a < 5)

printf("a is less than 5\n");

printf("a is greater than 5\n");

return 0;

}

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

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

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

Browser

Додати до Chrome