Skip to content

Instantly share code, notes, and snippets.

@qHack
qHack / hw9
Last active October 16, 2016 21:33 — forked from anonymous/hw9
#include <iostream>
#include <iomanip>
using namespace std;
int SIZE;
int * arrayEx (int * array, int SIZE);
int main() {
int array[SIZE];