What is the difference between null pointer and void pointer

Answer Posted / gokul saravanan

Null pointers returns null value and void pointer returns no
value

Is This Answer Correct ?    38 Yes 39 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 2n 4c mean?

701


What does typedef struct mean?

646


What are the complete rules for header file searching?

662


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

593


What is the difference between union and structure in c?

564






Suggesting that there can be 62 seconds in a minute?

590


What is extern storage class in c?

506


Explain why can’t constant values be used to define an array’s initial size?

846


What is getch?

624


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1170


string reverse using recursion

1801


What is class and object in c?

578


what is different between auto and local static? why should we use local static?

632


Why c is called top down?

618


Explain the ternary tree?

593