#include

int main()

{

int ar[] = {1, 4 ,3};

printf("%d ", sizeof(ar));

}

What is the output of the above given code if integer size is 4 bytes?

1
4
2
8
3
12
4
Error

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation