Computer Science, asked by balapmohan, 6 months ago

#include <stdio.h>
void main)
{
m();
m();
}
void m()
{
static int x = 5;
X++;
printf("%d", x);
}

Answers

Answered by harshbhati01
0

Answer:

join in hader file plus

Answered by durgasrimurugan18
0

Answer:

it shows error

Explanation:

because capital  X is not declared.

Similar questions