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?

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


Please Help Members By Posting Answers For Below Questions

Why static variable is used in c?

984


Why use int main instead of void main?

1073


write a program in c language to print your bio-data on the screen by using functions.

6735


Write a C program to count the number of email on text

1857


How will you write a code for accessing the length of an array without assigning it to another variable?

1003


can any one provide me the notes of data structure for ignou cs-62 paper

2120


Explain what is #line used for?

1015


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1041


Does c have function or method?

945


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

1018


Are the expressions * ptr ++ and ++ * ptr same?

1090


What is the advantage of using #define to declare a constant?

1040


How do you view the path?

1078


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

1090


can we implement multi-threads in c.

1091