Computer Science, asked by shreyasingh11402, 2 months ago

int main () { { int a=70; } { printf("%d",a); } return 0; }

Answers

Answered by farhan8346
0

Answer:

70

Explanation:

It will print 70 because the value of a is 70.

Similar questions