logo

Crowdly

Browser

Add to Chrome

By running the following program, how many times is the string "hello" displayed...

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

By running the following program, how many times is the string "hello" displayed?

#include <stdio.h>

int main() {

int i = 0;

for (; i < 5; i++) {

printf("hello\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