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

How will you allocate memory to a double pointer ?

2 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


How do c compilers work?

0 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


write a progam to compare the string using switch case?

1 Answers  






how i m write c program 1.check prime number 2.prime number series

1 Answers  


Is fortran still used in 2018?

0 Answers  


define string ?

0 Answers  


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


Can you subtract pointers from each other? Why would you?

0 Answers  


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


who did come first hen or agg

15 Answers   Infosys,


Categories