logo

Crowdly

Browser

Add to Chrome

#include "stdio.h" int main() { struct {int a[2];} arr[] = {{1},{2}}; printf...

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

#include "stdio.h"

int main()

{

struct {int a[2];} arr[] = {{1},{2}};

printf("%d %d %d %d",arr[0].a[0],arr[0].a[1],arr[1].a[0],arr[1].a[1]);

return 0;

}

Pick the best statement for the program above:

More questions like this

Want instant access to all verified answers on lms.aub.edu.lb?

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

Browser

Add to Chrome