logo

Crowdly

Browser

Add to Chrome

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

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

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%
More questions like this

Want instant access to all verified answers on moodle.myefrei.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome