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 |
How does sizeof know array size?
What is variable in c example?
what is the different bitween abap and abap-hr?
What is array of pointers to string?
What is c standard library?
What compilation do?
7 Answers Geometric Software, Infosys,
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
In a header file whether functions are declared or defined?
What is the description for syntax errors?
What is ambagious result in C? explain with an example.
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
How. To pass the entrance test