int main () { { int a=70; } { printf("%d",a); } return 0; }
Answers
Answered by
0
Answer:
70
Explanation:
It will print 70 because the value of a is 70.
Similar questions