Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


What is the purpose of sprintf() function?

0 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


Can stdout be forced to print somewhere other than the screen?

0 Answers  


What are the disadvantages of external storage class?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


wats SIZE_T meant for?

1 Answers  


Explain the use of bit fieild.

0 Answers  


What is a volatile keyword in c?

0 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


Categories