what is the difference b/w NULL and null?
Answer Posted / deepika
NULL------ It is a macro defined null pointer.
size(NULL)--->4 bytes
null------It is the name of the first character in ASCII character set. size(null)----->1 byte
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is wild pointer in c with example?
Can you write the function prototype, definition and mention the other requirements.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Why main is not a keyword in c?
Differentiate between full, complete & perfect binary trees.
What are near, far and huge pointers?
what is the difference between 123 and 0123 in c?
Write a program to implement queue.
What is difference between union All statement and Union?
What is a dynamic array in c?
How can you find out how much memory is available?
Explain the difference between #include "..." And #include <...> In c?
What is a buffer in c?
What is the size of enum in c?
How can I change the size of the dynamically allocated array?