what is a NULL pointer?

Answers were Sorted based on User's Feedback



what is a NULL pointer?..

Answer / prameela rani

it is a pointer which points nothing.
it does not point any thing

Is This Answer Correct ?    4 Yes 1 No

what is a NULL pointer?..

Answer / 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

More C Interview Questions

What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


What are data types in c language?

0 Answers  


What are the key features of C?

6 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


How do you search data in a data file using random access method?

0 Answers  


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


What is the use of putchar function?

0 Answers  


explain what is an endless loop?

0 Answers  


Categories