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


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of c language?

857


How will you find a duplicate number in a array without negating the nos ?

1835


What are runtime error?

841


What is c value paradox explain?

789


What is multidimensional arrays

840


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

2784


In a switch statement, what will happen if a break statement is omitted?

815


What is extern storage class in c?

706


What is difference between structure and union in c programming?

773


while initialization of array why we use a[][2] why not a[2][]...?

2091


What is self-referential structure in c programming?

883


What is c token?

824


What is meant by type specifiers?

877


What is the use of a conditional inclusion statement in C?

831


What is time complexity c?

745