what is a NULL pointer?
Answers were Sorted based on User's Feedback
Answer / prameela rani
it is a pointer which points nothing.
it does not point any thing
| Is This Answer Correct ? | 4 Yes | 1 No |
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 |
How to print India by nested loop? I IN IND INDI INDIA
What is the difference between strcpy() and memcpy() function in c programming?
Method Overloading exist in c ?
difference between ordinary variable and pointer in C?
Can we change the value of #define in c?
write a program for odd numbers?
Please list all the unary and binary operators in C.
When can a far pointer be used?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Explain what header files do I need in order to define the standard library functions I use?
second highest number in a given set of numbers
Why double pointer is used in c?