what is the difference b/w NULL and null?
Answers were Sorted based on User's Feedback
Answer / evalin jose
"null" means empty.And "NULL" means ,it values zero.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / guest
In c language there is difference small alphabets that is
null and NULL capital alphabets ,it store nothing in a field
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / 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 |
What is a pointer?
How the processor registers can be used in C ?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
who is first prime minister in india??
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How to convert decimal to binary in C using recursion??
Why c is called object oriented language?
What is the purpose of sprintf?
where does it flourished?
Why cann't whole array can be passed to function as value.
How can I read a binary data file properly?
Explain how do you search data in a data file using random access method?