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 valid places to have keyword “break”?

642


How can I do serial ("comm") port I/O?

679


Explain the binary height balanced tree?

714


What is optimization in c?

560


How main function is called in c?

620






How do you sort filenames in a directory?

698


What are the types of bitwise operator?

655


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3641


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

800


What are the application of void data type in c?

685


What does stand for?

582


When should we use pointers in a c program?

618


Tell me with an example the self-referential structure?

558


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1623


What is structure and union in c?

587