I have this piece of code in C:
void f(void *x) {
printf(">>> %p\n", x);
}
int main() {
f NULL;
return 0;
}
I think is for the definition of NULL, but I'd like an explanation to clarify my doubt.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With