Give the output of the following code
#include<stdio.h>
int num=10;
main(){
int num=20;{
printf("\n%d", num);}
printf("%d", num);}
Answers
Answered by
3
Answer:
The answer is 10 is to printed
Similar questions
Math,
6 months ago
English,
6 months ago
Hindi,
6 months ago
Social Sciences,
11 months ago
English,
11 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago