#include using namespace std; void Foo(); int main() { int a; // string words[constant int] cout << "Hello World" << endl; return 0; } void Foo() { cout << a << endl; }