#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
8
Explanation:
x=4
hope it helps you
please mark me as brainlist
Similar questions