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
List the variables are used for writing doubly linked list program.
What is union and structure?
What is difference between structure and union with example?
What is difference between stdio h and conio h?
What are pointers?
Explain what is the difference between null and nul?
code for quick sort?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is meant by gets in c?
Explain how can I make sure that my program is the only one accessing a file?
What is #pragma statements?
How do you determine whether to use a stream function or a low-level function?
How many types of sorting are there in c?
How many levels of pointers can you have?