Computer Science, asked by bimla12kotwal, 1 month ago

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 vedarajeshvrm5653
0

Answer:

answer b is the correct answer

Similar questions