what is a NULL pointer?

Answer Posted / ganesh

null pointer is a pointer. it will retrns no value that is
call null pointer

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I open a file so that other programs can update it at the same time?

859


What are the usage of pointer in c?

905


How can I generate floating-point random numbers?

789


Explain what is the benefit of using const for declaring constants?

791


Explain how does free() know explain how much memory to release?

774


Why header files are used?

833


What is methods in c?

823


How can you invoke another program from within a C program?

803


How do you do dynamic memory allocation in C applications?

825


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1048


What is wrong with this program statement? void = 10;

1018


FILE PROGRAMMING

1983


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1397


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1655


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

950