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 |
List the variables are used for writing doubly linked list program.
What are loops in c?
What is the difference between arrays and pointers?
program to find the ASCII value of a number
what is the mean of c languages.
What math functions are available for integers? For floating point?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the right way to use errno?
Do you know what are the properties of union in c?
What is the difference between typedef and #define?
How many bytes is a struct in c?