logo

Crowdly

Browser

Add to Chrome

Let a.out  be the executable file obtained by running gcc -Wall -Werror -Wped...

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

Let a.out be the executable file obtained by running

gcc -Wall -Werror -Wpedantic helloWorld.c

where helloWorld.c is the code given below

 

#include <stdio.h>

#define N 10

int main() {

        for (int i = 2; i < N; i = i * 2) printf("%d) hello world!\n", i);

}
More questions like this

Want instant access to all verified answers on moodle.royalholloway.ac.uk?

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

Browser

Add to Chrome