C Check If Null

[Solved] C Check If Null | Abap - Code Explorer | yomemimo.com
Question : c check if null

Answered by : super-skunk-doqeesllmogw

int * some_ptr;
if (some_ptr == NULL){
} else {
}

Source : https://stackoverflow.com/questions/3825668/checking-for-null-pointer-in-c-c | Last Update : Sat, 18 Jul 20

Answers related to c check if null

Code Explorer Popular Question For Abap