Computer Science, asked by prajaktapas1425, 19 days ago

#include <stdio.h>
int x = 5
void main
{
int x = 3;
printf("%d",x);
{
int x = 4;
1
printf("%d", x);
}
output will be? ​

Answers

Answered by IINiRII
8

Explanation:

x=4

hope it helps you

please mark me as brainlist

Similar questions