Answer:
Zero(0)
Explanation:
<u>Global Variables </u>
Variables which are declared outside any function. Any function can use these variables,they are automatically initialized to zero(0).They are generally declared before main() function.
Example- C program for showing global variable is 0.
#include <stdio.h>
int g; // declaring g as global variable
int main()
{
printf("%d",g); //printing global variable
return 0;
}
<u>Output</u>
0
Good job!! You deserve it.
paypel is the most popular
D. Software Problem
It could be that the software is bootlooping which will power on and off until its fixed.
That it is a tool that does its job well, it's a technology that works.