What is the output of the program?
#include<stdio.h>
static int k;
int main()
{
printf("%d", k);
return 0;
}
O a, 0
O b. Compiler error
O c. -1
O d. 90
Answers
Answered by
0
Answer:
answer b is the correct answer
Similar questions
Social Sciences,
3 months ago
English,
9 months ago