The second circumnavigation of the globe was led by the Spanish explorer Juan Sebastián Elcano. After Ferdinand Magellan's death in the Philippines in 1521, Elcano took command of the remaining crew on the ship Victoria and successfully completed the journey back to Spain in 1522. This expedition proved that it was possible to sail around the world, significantly contributing to European understanding of global geography.
Francis drake
55 years
// 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"; }
Herodotus does not name the sailor who led the circumnavigation of Africa in about 600 BCE.
The Glob was created in 1983.
The Glob happened in 1983.
55 years
Peter glob is an archaeologist
Peter Glob died in 1985.
Peter Glob was born in 1911.
Glob - comics - was created in 1992.
Glob Herman was created in 2001.