What is the difference between null pointer and void pointer

Answer Posted / nagarala sai deepak reddy

NULL POINTER :
the pointer which dosent point to any memory location is
called NULL POINTER.

VOID POINTER :
the pointer is a one which can only point to a particular
memory location of it's own type.... but when the pointer
is given void it can be mde to point any location of
different type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between #include "..." And #include <...> In c?

635


Can you subtract pointers from each other? Why would you?

568


What is the advantage of a random access file?

644


What are the scope of static variables?

611


What is multidimensional arrays

637






What are the different types of endless loops?

628


Why do we write return 0 in c?

557


Why void is used in c?

573


Write a program to implement queue.

672


What is a class c rental property?

620


What is a stream?

657


I came across some code that puts a (void) cast before each call to printf. Why?

689


Can we change the value of constant variable in c?

580


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2869


How can you allocate arrays or structures bigger than 64K?

692