Live data from Hacker News

Viewing profile — grimoire_ghost

grimoire_ghost

HN member
Joined
Tue, Oct 30, 2018, 9:57 AM UTC
HN karma
4
Public activity
1 items

About grimoire_ghost

No profile information was provided.

Recent public activity

  1. comment
    Comment #18335107

    #include int main() { int array[] = { 1, 2, 3, 4, 5}; int *ptr; ptr = a; ptr++; return 0; } This won't compile, but the answer says it should be 2