Hacker News new | ask | show | jobs
by SamReidHughes 5468 days ago
> What type is "null" in Java?

    String
> What type is the stack in C++?

    struct Stack;  // No definition

    Stack *