What is the difference between null pointer and void pointer
Answer Posted / xlnx
NULL POINTER WILL POINT TO NOTHING.BUT VOID POINTER POINTNG
TO ANY OTHER DATA TYPE OF POINTER.
Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What are the disadvantages of c language?
How will you find a duplicate number in a array without negating the nos ?
What are runtime error?
What is c value paradox explain?
What is multidimensional arrays
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
In a switch statement, what will happen if a break statement is omitted?
What is extern storage class in c?
What is difference between structure and union in c programming?
while initialization of array why we use a[][2] why not a[2][]...?
What is self-referential structure in c programming?
What is c token?
What is meant by type specifiers?
What is the use of a conditional inclusion statement in C?
What is time complexity c?