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
Should I learn c before c++?
What is array of structure in c programming?
Is it better to bitshift a value than to multiply by 2?
Is swift based on c?
What is the difference between #include and #include 'file' ?
What are different types of variables in c?
Explain what is the concatenation operator?
int far *near * p; means
Explain what is wrong with this statement? Myname = ?robin?;
What is an auto variable in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How can I send mail from within a c program?
I have a varargs function which accepts a float parameter?
Combinations of fibanocci prime series
Is python a c language?