Practice ยท 3 of 3
First Non-Null
Implement int* first_valid(int *a, int *b, int *c) returning the first pointer that is not NULL; if all are NULL return NULL.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: NULL Guard Duty