What is the output of the program?
#include
int main()
{
extern int a;
printf("%d\n", a);
return 0;
}
int a=20;
Answers
Answered by
2
output
20
it prints the local variable 20
20
it prints the local variable 20
Answered by
0
OUTPUT
20
IT WILL PRINT VARIABLE 20
20
IT WILL PRINT VARIABLE 20
Similar questions
India Languages,
8 months ago
Computer Science,
8 months ago
Business Studies,
8 months ago
Computer Science,
1 year ago
Biology,
1 year ago
Math,
1 year ago