Select the correct statement in regards to below expression:
char *p=NULL
O Creates a pointer named as NULL
O Creates a pointer with value = 0
O Invalid Expression
O Create a NULL Pointer
Answers
Answered by
0
Answer:
"Create a NULL Poiner" is the current answer of this question
Similar questions