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 will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
Place the #include statement must be written in the program?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
How can I change the size of the dynamically allocated array?
How can I implement a delay, or time a users response, with sub-second resolution?
Why c is called free form language?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Give differences between - new and malloc() , delete and free() ?
how to capitalise first letter of each word in a given string?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
what is the difference between. system call and library function?