what is the difference b/w NULL and null?

Answers were Sorted based on User's Feedback



what is the difference b/w NULL and null?..

Answer / evalin jose

"null" means empty.And "NULL" means ,it values zero.

Is This Answer Correct ?    14 Yes 4 No

what is the difference b/w NULL and null?..

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

what is the difference b/w NULL and null?..

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

Post New Answer

More C Interview Questions

What is a pointer?

1 Answers   ADP, IFFCO,


How the processor registers can be used in C ?

7 Answers   HP,


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

1 Answers  


who is first prime minister in india??

8 Answers   Wipro,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

2 Answers   CMS,


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


Why c is called object oriented language?

1 Answers  


What is the purpose of sprintf?

1 Answers  


where does it flourished?

0 Answers   Microsoft,


Why cann't whole array can be passed to function as value.

1 Answers  


How can I read a binary data file properly?

1 Answers  


Explain how do you search data in a data file using random access method?

1 Answers  


Categories