Computer Science, asked by vendrasaikiran, 11 months ago

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 asifk0016
3

Answer:

The answer is 10 is to printed

Similar questions