- or download this
I'm constructing : Global array
I'm constructing : in add
...
Destruction : in add
9 + 16 = 25
Destruction : Global array
- or download this
#ifndef _nir_test_main
#define _nir_test_main
...
};
#endif
- or download this
#include <stdio.h>
...
return 0;
}
- or download this
#!/usr/bin/perl -w
use lib '/usr/lib/perl5/vendor_perl/5.8.0';
...
return x + y;
}