During evaluation, I ask 2 types of questions: basic and tricky. The difference is, if you can’t answer a basic, I’ll fail you; but if you can’t answer a tricky one, that’s fine (I will only mention it in the review). It’s more to share knowledge than anything.
Even if we’re friends, I’ll be rigorous :-) We’re here to learn after all
Some tricky questions for libft:
mem_ funcs, why can you change const char *p even if it’s const?atoi, how do you deal with overflow?memmove, why is it n - 1 and not just n?