Answer 1 it’s online banking
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
Answer:
Open the presentation that you want to add a slide to.
In the pane that contains the Outline and Slides tabs, click Slides, and then click where you want to add a slide.
Explanation:
Log in is the feature that allows you to access your electronic account in a website, database or other, also a bank account. Your username and password are stored in cookies (files that websites use and are stored in your browser) for the session. This is true if we talk about websites.
When you're done, you log out from your account, you disconnect. Cookies are cleared (for websites) and you're out.