What is the output of the below given code?

# include

int x = 5;

int main() {

int x = 90;

{

int x = 10;

printf("%d",x);

}

}

1
5
2
10
3
90
4
Error

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation