Create account

Jump to: navigation, search
Real name is optional. If provided, it may be used to give you attribution for your work.
What will be the return value of the following function?
int y()
{
  int foo = 9090, k = 222;
  k--;
  foo /= k;
  return foo;
}

D Wiki is made by people like you.

10,490

edits

216

pages

17

recent contributors