Computer Science, asked by sumanthbm511, 8 months ago

1 point
What is the output of the
program?
#include<stdio.h>
int main()
{
extern int a;
printf("%d\n", a);
return 0;
}
int a=20;
20
OO
O Garbage Value
O Error​

Answers

Answered by bktbunu
0

Explanation:

output of the program is 20

Answered by guptapragati492
10

Explanation:

 &lt;body bgcolor="black"&gt;

 &lt;front size="4"&gt; &lt;b&gt; &lt;i&gt; &lt;font color="yellow"&gt; &lt;marquee&gt; I have no idea &lt;/marquee&gt; &lt;/i&gt; &lt;/b&gt;

Similar questions