What is the difference between null pointer and void pointer

Answer Posted / ksm st

null pointer doesn't points the any memory location but void pointer points the memory location of different type.
void pointer returns no value but null pointer returns the null value.

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

696


What is string concatenation in c?

569


What is 'bus error'?

650


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1740


What is use of integral promotions in c?

667






GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1431


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1785


What is hashing in c language?

616


What is the best way of making my program efficient?

572


What is a structure member in c?

551


Explain low-order bytes.

624


What is structure and union in c?

604


What is the meaning of typedef struct in c?

595


What is the 'named constructor idiom'?

640


#include { printf("Hello"); } how compile time affects when we add additional header file .

1425