Editing, saving, printing, copying and pasting
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
The object is said to be absorbed
A.Information on social networking sites can give most or all digits of a person’s social security number.
Answer: Cyber safety is a process that protects computers and networks. The cyber world is a dangerous place without security and protection.
Explanation: Hope this helps!