what is diference between return 0 and return NULL??
Answer Posted / bajishareef
o is the value oriented decimal constant which is of integer type.
Where as NULL is the address oriented empty value.
Both are not equal
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What standard functions are available to manipulate strings?
Why is c so powerful?
What are multibyte characters?
What is equivalent to ++i+++j?
Explain what are binary trees?
Explain how can I convert a string to a number?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Why can arithmetic operations not be performed on void pointers?
What is void main () in c?
Give basis knowledge of web designing ...
What is the meaning of ?
How can I avoid the abort, retry, fail messages?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Is printf a keyword?
What is a good data structure to use for storing lines of text?