answersLogoWhite

0

AllQ&AStudy Guides
Best answer

Glob - comics - was created in 1992.

This answer is:
Related answers

Glob - comics - was created in 1992.

View page

// Global Reach

// Demonstrates global variables

#include

<iostream>

using

namespace std;

int

glob = 10; // global variable

void

access_global();

void

hide_global();

void

change_global();

int

main()

{

cout <<

"In main() glob is: " << glob << "\n\n";

access_global();

hide_global();

cout <<

"In main() glob is: " << glob << "\n\n";

change_global();

cout <<

"In main() glob is: " << glob << "\n\n";

return 0;

}

void

access_global()

{

cout <<

"In access_global() glob is: " << glob << "\n\n";

}

void

hide_global()

{

int glob = 0; // hide global variable glob

cout <<

"In hide_global() glob is: " << glob << "\n\n";

}

void

change_global()

{

glob = -10;

// change global variable glob

cout <<

"In change_global() glob is: " << glob << "\n\n";

}

View page

The Glob was created in 1983.

View page

The Glob happened in 1983.

View page

Peter glob is an archaeologist

View page
Featured study guide

What is Charlotte in Multilink World

What is Charlotte in Multilink World based on

How was Charlotte in Multilink World created

What is the style of Charlotte in Multilink World

➡️
See all cards
4.5
2 Reviews
More study guides
4.55
11 Reviews

3.0
2 Reviews
Search results