Find the output of the following program?
void main()
fun();
fun();
void fun()
static int x = 5;
X++;
printf("%d", x);
Answers
Answered by
0
Answer:
there will be an error as
d is an undefined variable.
Explanation:
Similar questions
Hindi,
5 months ago
Psychology,
5 months ago
Math,
11 months ago
Hindi,
11 months ago
English,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago