DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
But the C code will still expect y to have an initial value. That initial value will be zero. All uninitialized variables of this this type have need to have the value zero. These uninitialized variables are retained in a section called bss (or .bss).
...