logo

Crowdly

Browser

Add to Chrome

What is the output of C Program.? int main() { int a[3] = {20,30,40}; a[...

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

What is the output of C Program.?

int main()

{

int a[3] = {20,30,40};

a[0]++;

int i=0;

while(i<3)

{

printf("%d ", a[i]);

i++;

}

}

More questions like this

Want instant access to all verified answers on moodle.medtech.tn?

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

Browser

Add to Chrome