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 |
Can we initialize extern variable in c?
Explain the priority queues?
Explain how do you list a file’s date and time?
What is a char in c?
Why c is called object oriented language?
WHAT IS MEANT BY LIFE?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
how to write a prog in c to convert decimal number into binary by using recursen function,
Why does everyone say not to use scanf? What should I use instead?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
how to find your architecture is LittleEndian or BigEndian?
Which header file is essential for using strcmp function?